From 1eed253fc23bf164d18ea506cf3bc35ce0ce1fbb Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 7 Jun 2017 02:24:23 +0500 Subject: Channel switcher UI improvements (#6564) * Channel switcher UI improvements * Reverting mattermost theme * Fixing spacing above the button * Updating switcher button * PLT-6691 - Fixing tablet header --- webapp/components/sidebar.jsx | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'webapp/components/sidebar.jsx') diff --git a/webapp/components/sidebar.jsx b/webapp/components/sidebar.jsx index b998700d8..f87c3944c 100644 --- a/webapp/components/sidebar.jsx +++ b/webapp/components/sidebar.jsx @@ -806,11 +806,13 @@ export default class Sidebar extends React.Component { ); } - let quickSwitchText = 'sidebar.switch_channels'; - let quickSwitchDefault = 'Switch Channels (CTRL + K)'; + const quickSwitchText = 'channel_switch_modal.title'; + + let quickSwitchTextShortcut = 'quick_switch_modal.channelsShortcut.windows'; + let quickSwitchDefault = '- CTRL+K'; if (Utils.isMac()) { - quickSwitchText += '.mac'; - quickSwitchDefault = 'Switch Channels (CMD + K)'; + quickSwitchTextShortcut = 'quick_switch_modal.channelsShortcut.mac'; + quickSwitchDefault = '- ⌘K'; } return ( @@ -913,17 +915,22 @@ export default class Sidebar extends React.Component { {directMessageMore} -
- +
); -- cgit v1.2.3-1-g7c22