summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorlfbrock <lfbrock@users.noreply.github.com>2016-04-28 08:26:25 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-04-28 08:26:25 -0400
commitcb1f605f8795c2d9aaef8ee9382994d432cd5811 (patch)
treea294651f4aa6fd9212510df63e2f5e68b3e30f1b /webapp/components
parent7695cbd1b4a62b1cc7c31b16f70309a287296385 (diff)
downloadchat-cb1f605f8795c2d9aaef8ee9382994d432cd5811.tar.gz
chat-cb1f605f8795c2d9aaef8ee9382994d432cd5811.tar.bz2
chat-cb1f605f8795c2d9aaef8ee9382994d432cd5811.zip
Update new channel modal help text. (#2784)
* Update new channel modal help text. * Update es.json * Update ja.json * Update pt.json
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/new_channel_modal.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/new_channel_modal.jsx b/webapp/components/new_channel_modal.jsx
index f69eeed49..45d7169db 100644
--- a/webapp/components/new_channel_modal.jsx
+++ b/webapp/components/new_channel_modal.jsx
@@ -12,7 +12,7 @@ import {Modal} from 'react-bootstrap';
const holders = defineMessages({
nameEx: {
id: 'channel_modal.nameEx',
- defaultMessage: 'E.g.: "Bugs", "Marketing", "办公室恋情"'
+ defaultMessage: 'E.g.: "Bugs", "Marketing", "客户支持"'
}
});
@@ -285,4 +285,4 @@ NewChannelModal.propTypes = {
onDataChanged: React.PropTypes.func.isRequired
};
-export default injectIntl(NewChannelModal); \ No newline at end of file
+export default injectIntl(NewChannelModal);