summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
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);