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
Этот коммит содержится в:
@@ -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}
|
||||
|
||||
Ссылка в новой задаче
Block a user