Added hint (#3232)

This commit is contained in:
David Lu
2016-06-03 08:41:28 -07:00
committed by Joram Wilander
parent 08cf0feb7f
commit 9857b60b98
2 changed files with 2 additions and 0 deletions

View File

@@ -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'

View File

@@ -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",