summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/user_settings_notifications.jsx
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-04 17:31:11 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-04 17:31:11 -0300
commit88118515d0d23385dc856dd87f304ea4b19b4196 (patch)
tree1c290ee33832d9622ee0916d1a8f15c28f70df72 /web/react/components/user_settings/user_settings_notifications.jsx
parent44c19ee443831e0e94b5738ecb21a64ce7643247 (diff)
downloadchat-88118515d0d23385dc856dd87f304ea4b19b4196.tar.gz
chat-88118515d0d23385dc856dd87f304ea4b19b4196.tar.bz2
chat-88118515d0d23385dc856dd87f304ea4b19b4196.zip
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.jsx4
1 files changed, 2 insertions, 2 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..0361aa8de 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 notification are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.'
/>
</span>
);
@@ -395,7 +395,7 @@ class NotificationsTab extends React.Component {
const extraInfo = (
<span>
<FormattedMessage
- id='user.settings.notifications.info'
+ id='user.settings.notifications.sounds_info'
defaultMessage='Desktop notification sounds are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.'
/>
</span>