summaryrefslogtreecommitdiffstats
path: root/webapp/components/quick_switch_modal/quick_switch_modal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/quick_switch_modal/quick_switch_modal.jsx')
-rw-r--r--webapp/components/quick_switch_modal/quick_switch_modal.jsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/webapp/components/quick_switch_modal/quick_switch_modal.jsx b/webapp/components/quick_switch_modal/quick_switch_modal.jsx
index aed274510..2fbfdb2bd 100644
--- a/webapp/components/quick_switch_modal/quick_switch_modal.jsx
+++ b/webapp/components/quick_switch_modal/quick_switch_modal.jsx
@@ -272,7 +272,12 @@ export default class QuickSwitchModal extends React.PureComponent {
let help;
if (Utils.isMobile()) {
- help = null;
+ help = (
+ <FormattedMessage
+ id='quick_switch_modal.help_mobile'
+ defaultMessage='Type to find a channel.'
+ />
+ );
} else if (this.props.showTeamSwitcher) {
help = (
<FormattedMessage