summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/user_settings_notifications.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-23 14:38:34 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-23 14:38:34 -0700
commit7f3bfdbe0c2442714bb5a14adfdeac1576123601 (patch)
tree44962a914b86cf66a1da49300f12986db49f010e /web/react/components/user_settings/user_settings_notifications.jsx
parent1626a6de6f16ba0878160b0a7eae9f49b8d34d4f (diff)
parentc7c644874e98db0ae83c5a44ec50ff811d9b3f46 (diff)
downloadchat-7f3bfdbe0c2442714bb5a14adfdeac1576123601.tar.gz
chat-7f3bfdbe0c2442714bb5a14adfdeac1576123601.tar.bz2
chat-7f3bfdbe0c2442714bb5a14adfdeac1576123601.zip
Fixing merge
Diffstat (limited to 'web/react/components/user_settings/user_settings_notifications.jsx')
-rw-r--r--web/react/components/user_settings/user_settings_notifications.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/user_settings/user_settings_notifications.jsx b/web/react/components/user_settings/user_settings_notifications.jsx
index fde4970ce..8d364cde7 100644
--- a/web/react/components/user_settings/user_settings_notifications.jsx
+++ b/web/react/components/user_settings/user_settings_notifications.jsx
@@ -241,7 +241,7 @@ export default class NotificationsTab extends React.Component {
checked={notifyActive[1]}
onChange={this.handleNotifyRadio.bind(this, 'mention')}
>
- Only for mentions and private messages
+ Only for mentions and direct messages
</input>
</label>
<br/>
@@ -277,7 +277,7 @@ export default class NotificationsTab extends React.Component {
} else {
let describe = '';
if (this.state.notifyLevel === 'mention') {
- describe = 'Only for mentions and private messages';
+ describe = 'Only for mentions and direct messages';
} else if (this.state.notifyLevel === 'none') {
describe = 'Never';
} else {
@@ -414,7 +414,7 @@ export default class NotificationsTab extends React.Component {
</label>
<br/>
</div>
- <div><br/>{'Email notifications are sent for mentions and private 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 have been away from ' + global.window.config.SiteName + ' for 5 minutes.'}</div>
</div>
);