mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Added hint (#3232)
This commit is contained in:
@@ -108,6 +108,7 @@ export default class SwitchChannelModal extends React.Component {
|
||||
type='input'
|
||||
onUserInput={this.onUserInput}
|
||||
value={this.state.text}
|
||||
placeholder={Utils.localizeMessage('channel_switch_modal.hint', 'Type the name of a channel')}
|
||||
onKeyDown={this.handleKeyDown}
|
||||
listComponent={SuggestionList}
|
||||
maxLength='64'
|
||||
|
||||
@@ -721,6 +721,7 @@
|
||||
"channel_switch_modal.help": "↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
|
||||
"channel_switch_modal.submit": "Switch",
|
||||
"channel_switch_modal.not_found": "No matches found.",
|
||||
"channel_switch_modal.hint": "Type the name of a channel",
|
||||
"choose_auth_page.emailCreate": "Create new team with email address",
|
||||
"choose_auth_page.find": "Find my teams",
|
||||
"choose_auth_page.gitlabCreate": "Create new team with GitLab Account",
|
||||
|
||||
Reference in New Issue
Block a user