about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-03-02 19:25:11 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-03-02 19:25:11 +0100
commit46902367247cdb9644d47d4ac9c94d8225b86569 (patch)
tree724a061c3d265485e5ed055411b913db7ffc1a3d /app
parentb9345b3fc60c5d48828af422d3ee027abc2dea82 (diff)
Make confirmation text more specific
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/components/features/notifications/index.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/features/notifications/index.jsx b/app/assets/javascripts/components/features/notifications/index.jsx
index 8d3f4233d..74b914ffd 100644
--- a/app/assets/javascripts/components/features/notifications/index.jsx
+++ b/app/assets/javascripts/components/features/notifications/index.jsx
@@ -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([