summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2016-09-06 06:23:39 -0600
committerJoram Wilander <jwawilander@gmail.com>2016-09-06 08:23:39 -0400
commitec27e96a87e9edaf3f6a2df720d313249b9980a1 (patch)
tree7e9a17ab3a3b0e9034bc050a669f61eacbefeeb3 /webapp/components
parent5ffe27de8df1a70b4be3b9603fa0693bcafe973d (diff)
downloadchat-ec27e96a87e9edaf3f6a2df720d313249b9980a1.tar.gz
chat-ec27e96a87e9edaf3f6a2df720d313249b9980a1.tar.bz2
chat-ec27e96a87e9edaf3f6a2df720d313249b9980a1.zip
Reply notifications text (#3942)
* Update user_settings_notifications.jsx * Update en.json
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/user_settings/user_settings_notifications.jsx2
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') {