summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-06 11:06:14 -0700
committerJoram Wilander <jwawilander@gmail.com>2016-06-06 14:06:14 -0400
commiteabd67e4cbc845a2f591fdcf525696c0c2505d0b (patch)
treecb1e26f78252f6a25bfd2048e58031c81b63c92d /webapp/components
parentedc0e0003707988c7fd07f77972752162e17c6b0 (diff)
downloadchat-eabd67e4cbc845a2f591fdcf525696c0c2505d0b.tar.gz
chat-eabd67e4cbc845a2f591fdcf525696c0c2505d0b.tar.bz2
chat-eabd67e4cbc845a2f591fdcf525696c0c2505d0b.zip
Removed placeholder text on channel switch modal (#3262)
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/channel_switch_modal.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/components/channel_switch_modal.jsx b/webapp/components/channel_switch_modal.jsx
index 91e545fd7..9bb98d74d 100644
--- a/webapp/components/channel_switch_modal.jsx
+++ b/webapp/components/channel_switch_modal.jsx
@@ -124,7 +124,6 @@ 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'