summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/user_settings_notifications.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-02-04 16:45:49 -0800
committerCorey Hulen <corey@hulen.com>2016-02-04 16:45:49 -0800
commitbab2be98f78792702fd60c16b174dc6ef0b7adf6 (patch)
tree71846480f372432cde962fa6e984795b22bfa63d /web/react/components/user_settings/user_settings_notifications.jsx
parent57bfe3137631fbea271b4015cab778d8a384f275 (diff)
parente1bea101f54e3cbbf240febc149689d389c21b44 (diff)
downloadchat-bab2be98f78792702fd60c16b174dc6ef0b7adf6.tar.gz
chat-bab2be98f78792702fd60c16b174dc6ef0b7adf6.tar.bz2
chat-bab2be98f78792702fd60c16b174dc6ef0b7adf6.zip
Merge pull request #2076 from ZBoxApp/loc-fix
PLT-7: Fix and Add new loc strings
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 91a03eb70..786e53f10 100644
--- a/web/react/components/user_settings/user_settings_notifications.jsx
+++ b/web/react/components/user_settings/user_settings_notifications.jsx
@@ -294,7 +294,7 @@ class NotificationsTab extends React.Component {
<span>
<FormattedMessage
id='user.settings.notifications.info'
- defaultMessage='Desktop notification sounds are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.'
+ defaultMessage='Desktop notifications are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.'
/>
</span>
);
@@ -395,8 +395,8 @@ class NotificationsTab extends React.Component {
const extraInfo = (
<span>
<FormattedMessage
- id='user.settings.notifications.info'
- defaultMessage='Desktop notification sounds are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.'
+ id='user.settings.notifications.sounds_info'
+ defaultMessage='Desktop notifications sounds are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.'
/>
</span>
);