Rename ctrl+f

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-04-30 11:09:35 +02:00
parent 70c8c64772
commit 5f6895487f
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -384,7 +384,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
},
"ctrlFForSearch": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: isMac ? _td("Use Command + F to search") : _td("Use Ctrl + F to search"),
displayName: isMac ? _td("Use Command + F to search current room") : _td("Use Ctrl + F to search current room"),
default: false,
},
"MessageComposerInput.ctrlEnterToSend": {