Update new channel modal help text. (#2784)
* Update new channel modal help text. * Update es.json * Update ja.json * Update pt.json
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
7695cbd1b4
Коммит
cb1f605f87
@@ -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);
|
||||
export default injectIntl(NewChannelModal);
|
||||
|
||||
Ссылка в новой задаче
Block a user