]> cat aescling's git repositories - mastodon.git/commitdiff
Make confirmation text more specific
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 2 Mar 2017 18:25:11 +0000 (19:25 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 2 Mar 2017 18:25:11 +0000 (19:25 +0100)
app/assets/javascripts/components/features/notifications/index.jsx

index 8d3f4233df61e1da0c67c1d4d53ec60464f272ae..74b914ffd2fc4d47532f3d57fed14ee5b9fa30ac 100644 (file)
@@ -14,7 +14,7 @@ import ClearColumnButton from './components/clear_column_button';
 
 const messages = defineMessages({
   title: { id: 'column.notifications', defaultMessage: 'Notifications' },
-  confirm: { id: 'confirmation.label', defaultMessage: 'Are you sure?' }
+  confirm: { id: 'notifications.clear_confirmation', defaultMessage: 'Are you sure you want to clear all your notifications?' }
 });
 
 const getNotifications = createSelector([