Update dialog help text of 'MoreDirectChannels' and 'AddUsersToTeam' modals (#6744)

Этот коммит содержится в:
Saturnino Abril
2017-06-27 02:34:44 +08:00
коммит произвёл Joram Wilander
родитель 69ae5cef16
Коммит ffaab0bf22
4 изменённых файлов: 3 добавлений и 10 удалений

Просмотреть файл

@@ -201,7 +201,7 @@ export default class AddUsersToTeam extends React.Component {
const numRemainingText = (
<FormattedMessage
id='multiselect.numPeopleRemaining'
defaultMessage='You can add {num, number} more {num, plural, one {person} other {people}}. '
defaultMessage='Use ↑↓ to browse, ↵ to select. You can add {num, number} more {num, plural, one {person} other {people}}. '
values={{
num: MAX_SELECTABLE_VALUES - this.state.values.length
}}