Update description
This commit is contained in:
parent
0aadb7e60c
commit
4cd49dee4b
2 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ export const SettingsModal = (props: Props) => {
|
|||
type="checkbox"
|
||||
checked={keyboardShortcuts}
|
||||
description={t(
|
||||
"Whether to enable the keyboard shortcuts to e.g. mute/unmute the local microphone."
|
||||
"Whether to enable the keyboard shortcuts, e.g. 'm' to mute/unmute the mic."
|
||||
)}
|
||||
onChange={(event: React.ChangeEvent<HTMLInputElement>) =>
|
||||
setKeyboardShortcuts(event.target.checked)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue