diff --git a/components/quick_switch_modal/__snapshots__/quick_switch_modal.test.jsx.snap b/components/quick_switch_modal/__snapshots__/quick_switch_modal.test.jsx.snap index 8ab3a5a13015..e96ff89d100e 100644 --- a/components/quick_switch_modal/__snapshots__/quick_switch_modal.test.jsx.snap +++ b/components/quick_switch_modal/__snapshots__/quick_switch_modal.test.jsx.snap @@ -3,6 +3,7 @@ exports[`components/QuickSwitchModal should match snapshot 1`] = ` diff --git a/components/quick_switch_modal/quick_switch_modal.jsx b/components/quick_switch_modal/quick_switch_modal.jsx index bbf7c8312b5a..85dbcb05b4b9 100644 --- a/components/quick_switch_modal/quick_switch_modal.jsx +++ b/components/quick_switch_modal/quick_switch_modal.jsx @@ -270,7 +270,7 @@ export default class QuickSwitchModal extends React.PureComponent { help = ( ); } @@ -285,6 +285,7 @@ export default class QuickSwitchModal extends React.PureComponent { restoreFocus={false} role='dialog' aria-labelledby='quickSwitchModalLabel' + aria-describedby='quickSwitchHint' animation={false} >
{ this.node = node; }} id={`switchChannel_${channel.name}`} data-testid={channel.name} + aria-label={displayName || channel.name} {...Suggestion.baseProps} > {icon} diff --git a/i18n/en.json b/i18n/en.json index 8bd7dad63b0c..312f6a19e29e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3340,7 +3340,7 @@ "quick_switch_modal.channelsShortcut.windows": "- CTRL+K", "quick_switch_modal.help": "Start typing then use TAB to toggle channels/teams, **▲▼** to browse, **ENTER** to select, **ESC** to dismiss.", "quick_switch_modal.help_mobile": "Type to find a channel.", - "quick_switch_modal.help_no_team": "Type to find a channel. Use **▲▼** to browse, **ENTER** to select, **ESC** to dismiss.", + "quick_switch_modal.help_no_team": "Type to find a channel. Use **UP/DOWN** to browse, **ENTER** to select, **ESC** to dismiss.", "quick_switch_modal.switchChannels": "Switch Channels", "quick_switch_modal.teams": "Teams", "quick_switch_modal.teamsShortcut.mac": "- ⌘⌥K",