summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_notifications.jsx
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-08 12:56:04 -0500
committerGitHub <noreply@github.com>2016-08-08 12:56:04 -0500
commit3dfc6c30d36d8a3176e38d77e03b53b6b4a1c87a (patch)
treebd1a47563cb57828efaa14f20b734c443396d46d /webapp/components/user_settings/user_settings_notifications.jsx
parent9bf6f5d15e79851028ae2057b9dd2039241f6218 (diff)
downloadchat-3dfc6c30d36d8a3176e38d77e03b53b6b4a1c87a.tar.gz
chat-3dfc6c30d36d8a3176e38d77e03b53b6b4a1c87a.tar.bz2
chat-3dfc6c30d36d8a3176e38d77e03b53b6b4a1c87a.zip
Fix missing and bad localization strings (#3755)
Diffstat (limited to 'webapp/components/user_settings/user_settings_notifications.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_notifications.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/components/user_settings/user_settings_notifications.jsx b/webapp/components/user_settings/user_settings_notifications.jsx
index 336e614f9..e0e3bf979 100644
--- a/webapp/components/user_settings/user_settings_notifications.jsx
+++ b/webapp/components/user_settings/user_settings_notifications.jsx
@@ -393,7 +393,7 @@ class NotificationsTab extends React.Component {
return (
<SettingItemMin
- title={Utils.localizeMessage('user.settings.notification.push', 'Mobile push notifications')}
+ title={Utils.localizeMessage('user.settings.notifications.push', 'Mobile push notifications')}
describe={describe}
updateSection={handleUpdateDesktopSection}
/>
@@ -430,7 +430,7 @@ class NotificationsTab extends React.Component {
onChange={this.handleNotifyRadio.bind(this, 'all')}
/>
<FormattedMessage
- id='user.settings.notification.allActivity'
+ id='user.settings.notifications.allActivity'
defaultMessage='For all activity'
/>
</label>
@@ -596,7 +596,7 @@ class NotificationsTab extends React.Component {
if (!this.state.soundNeeded) {
describe = (
<FormattedMessage
- id='user.settings.notification.soundConfig'
+ id='user.settings.notifications.soundConfig'
defaultMessage='Please configure notification sounds in your browser settings'
/>
);