Update help text

This commit is contained in:
Erik Johnston 2022-11-14 20:57:36 +00:00
commit a2bbe61292
2 changed files with 4 additions and 4 deletions

View file

@ -171,11 +171,11 @@ export const SettingsModal = (props: Props) => {
<FieldRow>
<InputField
id="keyboardShortcuts"
label={t("Enable keyboard shortcuts")}
label={t("Single-key keyboard shortcuts")}
type="checkbox"
checked={keyboardShortcuts}
description={t(
"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."
)}
onChange={(event: React.ChangeEvent<HTMLInputElement>) =>
setKeyboardShortcuts(event.target.checked)