summaryrefslogtreecommitdiffstats
path: root/web/react/components/new_channel_modal.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-11-10 10:02:55 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-11-10 10:02:55 -0500
commitf95c6e9e818f71bc27226c522749a11641ae9291 (patch)
treebe505cda227664211a9d631e0c3efb50a4f49c92 /web/react/components/new_channel_modal.jsx
parent011f2bc19c4aa80072224d106f1cfa51405c2ac2 (diff)
parentf46313a06a92d01cae48fb60ea859b2ba9d29197 (diff)
downloadchat-f95c6e9e818f71bc27226c522749a11641ae9291.tar.gz
chat-f95c6e9e818f71bc27226c522749a11641ae9291.tar.bz2
chat-f95c6e9e818f71bc27226c522749a11641ae9291.zip
Merge pull request #1377 from jdhoek/bug/spelling
Spelling: replace 'Ex' with 'E.g.' in placeholders
Diffstat (limited to 'web/react/components/new_channel_modal.jsx')
-rw-r--r--web/react/components/new_channel_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/new_channel_modal.jsx b/web/react/components/new_channel_modal.jsx
index c0cea496f..2c044cd5d 100644
--- a/web/react/components/new_channel_modal.jsx
+++ b/web/react/components/new_channel_modal.jsx
@@ -115,7 +115,7 @@ export default class NewChannelModal extends React.Component {
type='text'
ref='display_name'
className='form-control'
- placeholder='Ex: "Bugs", "Marketing", "办公室恋情"'
+ placeholder='E.g.: "Bugs", "Marketing", "办公室恋情"'
maxLength='22'
value={this.props.channelData.displayName}
autoFocus={true}