Merge pull request #7365 from KDSBrowne/_summit-change-hotkeys-to-shortcuts

Change hotkey labels to keyboard shortcuts
This commit is contained in:
Anton Georgiev 2019-05-07 15:41:58 -04:00 committed by GitHub
commit c39515b416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -273,7 +273,7 @@
.bottom-right {
@extend %up-caret;
@extend %horz-left-caret;
min-width: 9rem;
min-width: 10rem;
@include mq($small-only) {
width: auto;

View File

@ -176,8 +176,8 @@
"app.navBar.settingsDropdown.aboutDesc": "Show information about the client",
"app.navBar.settingsDropdown.leaveSessionDesc": "Leave the meeting",
"app.navBar.settingsDropdown.exitFullscreenDesc": "Exit fullscreen mode",
"app.navBar.settingsDropdown.hotkeysLabel": "Hotkeys",
"app.navBar.settingsDropdown.hotkeysDesc": "Listing of available hotkeys",
"app.navBar.settingsDropdown.hotkeysLabel": "Keyboard shortcuts",
"app.navBar.settingsDropdown.hotkeysDesc": "Listing of available keyboard shortcuts",
"app.navBar.settingsDropdown.helpLabel": "Help",
"app.navBar.settingsDropdown.helpDesc": "Links user to video tutorials",
"app.navBar.settingsDropdown.endMeetingDesc": "Terminates the current meeting",
@ -423,12 +423,12 @@
"app.notification.recordingStart": "This session is now being recorded",
"app.notification.recordingStop": "This session is not being recorded anymore",
"app.notification.recordingAriaLabel": "Recorded time ",
"app.shortcut-help.title": "Hotkeys",
"app.shortcut-help.title": "Keyboard shortcuts",
"app.shortcut-help.accessKeyNotAvailable": "Access keys not available",
"app.shortcut-help.comboLabel": "Combo",
"app.shortcut-help.functionLabel": "Function",
"app.shortcut-help.closeLabel": "Close",
"app.shortcut-help.closeDesc": "Closes the hotkeys modal",
"app.shortcut-help.closeDesc": "Closes keyboard shortcuts modal",
"app.shortcut-help.openOptions": "Open Options",
"app.shortcut-help.toggleUserList": "Toggle UserList",
"app.shortcut-help.toggleMute": "Mute / Unmute",