summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/user_settings_notifications.jsx
diff options
context:
space:
mode:
authoresethna <eric@spinpunch.com>2015-09-29 14:40:43 -0600
committeresethna <eric@spinpunch.com>2015-09-29 14:40:43 -0600
commitce0827f9858662cad2b800d62a11fba19d949fbc (patch)
tree0cef8f38acb43972951592fcd26b5db693aa2be1 /web/react/components/user_settings/user_settings_notifications.jsx
parent942702ff1a6cc3763742ea9fec6ecc587d998411 (diff)
downloadchat-ce0827f9858662cad2b800d62a11fba19d949fbc.tar.gz
chat-ce0827f9858662cad2b800d62a11fba19d949fbc.tar.bz2
chat-ce0827f9858662cad2b800d62a11fba19d949fbc.zip
Update email notification help text
Current: Email notifications are sent for mentions and direct messages after you have been away from Mattermost for 5 minutes. New: Email notifications are sent for mentions and direct messages after you’ve been offline for more than 60 seconds or away from Mattermost for more than 5 minutes.
Diffstat (limited to 'web/react/components/user_settings/user_settings_notifications.jsx')
-rw-r--r--web/react/components/user_settings/user_settings_notifications.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/user_settings/user_settings_notifications.jsx b/web/react/components/user_settings/user_settings_notifications.jsx
index ba14f019f..42c65ef5d 100644
--- a/web/react/components/user_settings/user_settings_notifications.jsx
+++ b/web/react/components/user_settings/user_settings_notifications.jsx
@@ -420,7 +420,7 @@ export default class NotificationsTab extends React.Component {
</label>
<br/>
</div>
- <div><br/>{'Email notifications are sent for mentions and direct messages after you have been away from ' + global.window.config.SiteName + ' for 5 minutes.'}</div>
+ <div><br/>{'Email notifications are sent for mentions and direct messages after you’ve been offline for more than 60 seconds or away from ' + global.window.config.SiteName + ' for more than 5 minutes.'}</div>
</div>
);