diff options
Diffstat (limited to 'webapp/components/user_settings')
-rw-r--r-- | webapp/components/user_settings/user_settings_notifications.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_notifications.jsx b/webapp/components/user_settings/user_settings_notifications.jsx index b49fa3dd6..05881dcf9 100644 --- a/webapp/components/user_settings/user_settings_notifications.jsx +++ b/webapp/components/user_settings/user_settings_notifications.jsx @@ -804,7 +804,7 @@ export default class NotificationsTab extends React.Component { describe = ( <FormattedMessage id='user.settings.notifications.commentsNever' - defaultMessage="Only trigger notifications when I'm mentioned" + defaultMessage="Do not trigger notifications on messages in reply threads unless I'm mentioned" /> ); } else if (this.state.notifyCommentsLevel === 'root') { |