Browse Source

Make confirmation text more specific

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
4690236724
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/javascripts/components/features/notifications/index.jsx

+ 1
- 1
app/assets/javascripts/components/features/notifications/index.jsx View 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([

Loading…
Cancel
Save