summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
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'