From fa0dacf7c81cd252cc3eee6ed62fcd6775ae731b Mon Sep 17 00:00:00 2001 From: virtuacoplenny Date: Wed, 13 Jun 2018 06:49:13 -0700 Subject: [PATCH] fix(keyboard-shortcuts): change copies for some descriptions (#2965) --- lang/main.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/main.json b/lang/main.json index 058fbe648..e0bf3b83a 100644 --- a/lang/main.json +++ b/lang/main.json @@ -35,13 +35,13 @@ "raiseHand": "Raise or lower your hand", "pushToTalk": "Push to talk", "toggleScreensharing": "Switch between camera and screen sharing", - "toggleFilmstrip": "Show or hide the videos", - "toggleShortcuts": "Show or hide this help menu", + "toggleFilmstrip": "Show or hide video thumbnails", + "toggleShortcuts": "Show or hide keyboard shortcuts", "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", "mute": "Mute or unmute your microphone", - "fullScreen": "Enter or exit full screen", + "fullScreen": "View or exit full screen", "videoMute": "Start or stop your camera", "showSpeakerStats": "Show speaker stats" },