Change displayName of ctrlEnterToSend

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-01 18:53:38 +02:00
parent 7e165384fd
commit 3cc041a4ae
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790

View File

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