summaryrefslogtreecommitdiffstats
path: root/web/react/components/new_channel_modal.jsx
diff options
context:
space:
mode:
authorJeroen Hoek <jeroen.hoek@lable.nl>2015-11-10 09:57:20 +0100
committerJeroen Hoek <jeroen.hoek@lable.nl>2015-11-10 09:57:20 +0100
commitf46313a06a92d01cae48fb60ea859b2ba9d29197 (patch)
tree38760578ea6d9667ea7d725e539e1967627b927c /web/react/components/new_channel_modal.jsx
parentffe844339a2ebf20df0074aa64b5cafb8517f536 (diff)
downloadchat-f46313a06a92d01cae48fb60ea859b2ba9d29197.tar.gz
chat-f46313a06a92d01cae48fb60ea859b2ba9d29197.tar.bz2
chat-f46313a06a92d01cae48fb60ea859b2ba9d29197.zip
Spelling: replace 'Ex' with 'E.g.' in placeholders
When abbreviating "For example" in English, "e.g." is used. See also: https://english.stackexchange.com/questions/16197/whats-the-difference-between-e-g-and-ex
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}