fix(keyboard-shortcuts): change copies for some descriptions (#2965)

This commit is contained in:
virtuacoplenny 2018-06-13 06:49:13 -07:00 committed by GitHub
parent ad4e73cc0a
commit fa0dacf7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -35,13 +35,13 @@
"raiseHand": "Raise or lower your hand", "raiseHand": "Raise or lower your hand",
"pushToTalk": "Push to talk", "pushToTalk": "Push to talk",
"toggleScreensharing": "Switch between camera and screen sharing", "toggleScreensharing": "Switch between camera and screen sharing",
"toggleFilmstrip": "Show or hide the videos", "toggleFilmstrip": "Show or hide video thumbnails",
"toggleShortcuts": "Show or hide this help menu", "toggleShortcuts": "Show or hide keyboard shortcuts",
"focusLocal": "Focus on your video", "focusLocal": "Focus on your video",
"focusRemote": "Focus on another caller's video", "focusRemote": "Focus on another person's video",
"toggleChat": "Open or close the chat", "toggleChat": "Open or close the chat",
"mute": "Mute or unmute your microphone", "mute": "Mute or unmute your microphone",
"fullScreen": "Enter or exit full screen", "fullScreen": "View or exit full screen",
"videoMute": "Start or stop your camera", "videoMute": "Start or stop your camera",
"showSpeakerStats": "Show speaker stats" "showSpeakerStats": "Show speaker stats"
}, },