change hotkey labels to keyboard shortcuts
This commit is contained in:
parent
ca4540b141
commit
ffae91ba97
@ -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;
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user