summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-04 19:25:34 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-04 19:25:34 -0300
commite1bea101f54e3cbbf240febc149689d389c21b44 (patch)
tree708dc0501d32da25f2ac95437f97300b1f0cd951
parent0e43f7f7d780c564db167bf64e4775ecd717ce34 (diff)
downloadchat-e1bea101f54e3cbbf240febc149689d389c21b44.tar.gz
chat-e1bea101f54e3cbbf240febc149689d389c21b44.tar.bz2
chat-e1bea101f54e3cbbf240febc149689d389c21b44.zip
fix typos
-rw-r--r--web/react/components/user_settings/user_settings_notifications.jsx4
-rw-r--r--web/static/i18n/en.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/web/react/components/user_settings/user_settings_notifications.jsx b/web/react/components/user_settings/user_settings_notifications.jsx
index 0361aa8de..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 are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.'
+ defaultMessage='Desktop notifications are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.'
/>
</span>
);
@@ -396,7 +396,7 @@ class NotificationsTab extends React.Component {
<span>
<FormattedMessage
id='user.settings.notifications.sounds_info'
- defaultMessage='Desktop notification sounds are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.'
+ defaultMessage='Desktop notifications sounds are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.'
/>
</span>
);
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 76e64beed..aee193c4b 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -1210,10 +1210,10 @@
"user.settings.notification.allActivity": "For all activity",
"user.settings.notifications.onlyMentions": "Only for mentions and direct messages",
"user.settings.notifications.never": "Never",
- "user.settings.notifications.info": "Desktop notification are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.",
+ "user.settings.notifications.info": "Desktop notifications are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.",
"user.settings.notifications.on": "On",
"user.settings.notifications.off": "Off",
- "user.settings.notifications.sounds_info": "Desktop notification sounds are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.",
+ "user.settings.notifications.sounds_info": "Desktop notifications sounds are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.",
"user.settings.notification.soundConfig": "Please configure notification sounds in your browser settings",
"user.settings.notifications.emailInfo": "Email notifications are sent for mentions and direct messages after you’ve been offline for more than 60 seconds or away from {siteName} for more than 5 minutes.",
"user.settings.notifications.sensitiveName": "Your case sensitive first name \"{first_name}\"",