summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-03 08:41:28 -0700
committerJoram Wilander <jwawilander@gmail.com>2016-06-03 11:41:28 -0400
commit9857b60b98069561659e3cf3fc4609fed7143547 (patch)
tree3e753c21e041acd65b4b54f47c0dc89e93e944cd /webapp/components
parent08cf0feb7f114d0f83c9df7d53798e10ad53688c (diff)
downloadchat-9857b60b98069561659e3cf3fc4609fed7143547.tar.gz
chat-9857b60b98069561659e3cf3fc4609fed7143547.tar.bz2
chat-9857b60b98069561659e3cf3fc4609fed7143547.zip
Added hint (#3232)
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/channel_switch_modal.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/channel_switch_modal.jsx b/webapp/components/channel_switch_modal.jsx
index 4194e7b53..761da1395 100644
--- a/webapp/components/channel_switch_modal.jsx
+++ b/webapp/components/channel_switch_modal.jsx
@@ -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'