summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-09-29 17:27:01 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-09-29 17:27:01 -0400
commit08af14abc9c1a7cefc4e516360b4a2c8cd6dcc05 (patch)
treef0f357ae0a896d9ad95d9541767aa2b68bd3b8e1 /web/react
parent5596dbf27fc2117caa986d6bf123b976148bdf1e (diff)
parentce0827f9858662cad2b800d62a11fba19d949fbc (diff)
downloadchat-08af14abc9c1a7cefc4e516360b4a2c8cd6dcc05.tar.gz
chat-08af14abc9c1a7cefc4e516360b4a2c8cd6dcc05.tar.bz2
chat-08af14abc9c1a7cefc4e516360b4a2c8cd6dcc05.zip
Merge pull request #864 from esethna/patch-3
Update email notification help text
Diffstat (limited to 'web/react')
-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>
);