summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_select.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 10:46:54 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 15:18:48 -0400
commit17f10b1abad76d797e7c0b3b686f065a253f5c0b (patch)
treeed4f5462d19acae8e4bb8a524271bea52012765e /webapp/components/channel_select.jsx
parent9de236ca9c67749c81ac7edf33924b36447064df (diff)
downloadchat-17f10b1abad76d797e7c0b3b686f065a253f5c0b.tar.gz
chat-17f10b1abad76d797e7c0b3b686f065a253f5c0b.tar.bz2
chat-17f10b1abad76d797e7c0b3b686f065a253f5c0b.zip
Added english localization for Backstage and additional cleanup
Diffstat (limited to 'webapp/components/channel_select.jsx')
-rw-r--r--webapp/components/channel_select.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/channel_select.jsx b/webapp/components/channel_select.jsx
index b110b32da..8622d1f57 100644
--- a/webapp/components/channel_select.jsx
+++ b/webapp/components/channel_select.jsx
@@ -49,7 +49,7 @@ export default class ChannelSelect extends React.Component {
key=''
value=''
>
- {Utils.localizeMessage('channel-select.select', '--- Select a channel ---')}
+ {Utils.localizeMessage('channel_select.placeholder', '--- Select a channel ---')}
</option>
];