summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_notifications_modal.jsx
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-23 09:57:39 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-23 09:57:39 -0300
commit2b852fb9c586c20a45b74a6e91230234d2321ba1 (patch)
tree4ac253a5f9383d5e508b9d5ee2c6ab6e72ee6123 /web/react/components/channel_notifications_modal.jsx
parent7553246e65b4e92b593fdf7bf8d86770d077b491 (diff)
downloadchat-2b852fb9c586c20a45b74a6e91230234d2321ba1.tar.gz
chat-2b852fb9c586c20a45b74a6e91230234d2321ba1.tar.bz2
chat-2b852fb9c586c20a45b74a6e91230234d2321ba1.zip
Fix for PLT-1945, PLT-2012, PLT-2045 & PLT-2067
- Missing locs on server - Fix spanish locs
Diffstat (limited to 'web/react/components/channel_notifications_modal.jsx')
-rw-r--r--web/react/components/channel_notifications_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/channel_notifications_modal.jsx b/web/react/components/channel_notifications_modal.jsx
index 6591de687..7048434f8 100644
--- a/web/react/components/channel_notifications_modal.jsx
+++ b/web/react/components/channel_notifications_modal.jsx
@@ -153,7 +153,7 @@ export default class ChannelNotificationsModal extends React.Component {
/>
<FormattedMessage
id='channel_notifications.globalDefault'
- defaultMessage='Global default ({notifyLevel}'
+ defaultMessage='Global default ({notifyLevel})'
values={{
notifyLevel: (globalNotifyLevelName)
}}