summaryrefslogtreecommitdiffstats
path: root/webapp/components/quick_switch_modal
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-07-05 09:03:49 -0400
committerSaturnino Abril <saturnino.abril@gmail.com>2017-07-05 21:03:49 +0800
commit0e1a9b7ebfd879359d9dfdcdf46b1919007b7b91 (patch)
treee130a4fb52fef871d912d595a61e6f0965bad806 /webapp/components/quick_switch_modal
parent0a1b34366b0308c62b64df7d27b36b6c6ae348e9 (diff)
downloadchat-0e1a9b7ebfd879359d9dfdcdf46b1919007b7b91.tar.gz
chat-0e1a9b7ebfd879359d9dfdcdf46b1919007b7b91.tar.bz2
chat-0e1a9b7ebfd879359d9dfdcdf46b1919007b7b91.zip
Add App Directory link to Integrations pages (#6731)
* Update installed_commands.jsx * Update installed_incoming_webhooks.jsx * Update installed_oauth_apps.jsx * Update installed_outgoing_webhooks.jsx * Update integrations.jsx * Update quick_switch_modal.jsx * Update en.json * Decrease help text size in Integrations page * Fix syntax error * Tweak help text size based on Asaad's feedback * Fix indentation * Update help text classname to backstage-list__help * Update _backstage.scss * Remove the horizontal line in integrations page * Renamed template strings for integrations help links
Diffstat (limited to 'webapp/components/quick_switch_modal')
-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