From a2bbe612928e534ce6bc1ab9b99960123ee8c4ad Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 14 Nov 2022 20:57:36 +0000 Subject: [PATCH] Update help text --- public/locales/en-GB/app.json | 4 ++-- src/settings/SettingsModal.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/en-GB/app.json b/public/locales/en-GB/app.json index 55abd4e..871567b 100644 --- a/public/locales/en-GB/app.json +++ b/public/locales/en-GB/app.json @@ -42,7 +42,7 @@ "Display name": "Display name", "Download debug logs": "Download debug logs", "Element Call Home": "Element Call Home", - "Enable keyboard shortcuts": "Enable keyboard shortcuts", + "Single-key keyboard shortcuts": "Single-key keyboard shortcuts", "Entering room…": "Entering room…", "Exit full screen": "Exit full screen", "Fetching group call timed out.": "Fetching group call timed out.", @@ -134,7 +134,7 @@ "Walkie-talkie call": "Walkie-talkie call", "Walkie-talkie call name": "Walkie-talkie call name", "WebRTC is not supported or is being blocked in this browser.": "WebRTC is not supported or is being blocked in this browser.", - "Whether to enable the keyboard shortcuts, e.g. 'm' to mute/unmute the mic.": "Whether to enable the keyboard shortcuts, e.g. 'm' to mute/unmute the mic.", + "Whether to enable single-key keyboard shortcuts, e.g. 'm' to mute/unmute the mic.": "Whether to enable single-key keyboard shortcuts, e.g. 'm' to mute/unmute the mic.", "Yes, join call": "Yes, join call", "You can't talk at the same time": "You can't talk at the same time", "Your recent calls": "Your recent calls" diff --git a/src/settings/SettingsModal.tsx b/src/settings/SettingsModal.tsx index c896497..5bf02e7 100644 --- a/src/settings/SettingsModal.tsx +++ b/src/settings/SettingsModal.tsx @@ -171,11 +171,11 @@ export const SettingsModal = (props: Props) => { ) => setKeyboardShortcuts(event.target.checked)