Change displayName of ctrlEnterToSend
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -419,7 +419,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||||||
},
|
},
|
||||||
"ctrlFForSearch": {
|
"ctrlFForSearch": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
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,
|
default: false,
|
||||||
},
|
},
|
||||||
"MessageComposerInput.ctrlEnterToSend": {
|
"MessageComposerInput.ctrlEnterToSend": {
|
||||||
|
|||||||
Reference in New Issue
Block a user