fixed shortcut text

This commit is contained in:
antelle 2019-10-06 12:39:38 +02:00
parent 2a47afa672
commit 42f6c51393
2 changed files with 2 additions and 1 deletions

View File

@ -519,6 +519,7 @@
"setShCopyOtp": "copy OTP",
"setShAutoTypeGlobal": "auto-type",
"setShCopyPassOnly": "copy password",
"setShRestoreApp": "open {}",
"setShGlobal": "These system-wide shortcuts work when the app is running in background. You can click them to select your own shortcut.",
"setShLock": "lock database",
"setShEdit": "Press a new key combination to set it as shortcut",

View File

@ -32,6 +32,6 @@
<div><button class="shortcut btn-silent {{#if globalIsLarge}}shortcut-large{{/if}}"
data-shortcut="copyOtp">{{{globalShortcuts.copyOtp}}}</button> {{res 'setShCopyOtp'}}</div>
<div><button class="shortcut btn-silent {{#if globalIsLarge}}shortcut-large{{/if}}"
data-shortcut="restoreApp">{{{globalShortcuts.restoreApp}}}</button> {{#res 'menuRestoreApp'}}KeeWeb{{/res}}</div>
data-shortcut="restoreApp">{{{globalShortcuts.restoreApp}}}</button> {{#res 'setShRestoreApp'}}KeeWeb{{/res}}</div>
{{/if}}
</div>