From 42f6c513935c131f20c759b3df8a856633c5aa86 Mon Sep 17 00:00:00 2001 From: antelle Date: Sun, 6 Oct 2019 12:39:38 +0200 Subject: [PATCH] fixed shortcut text --- app/scripts/locales/base.json | 1 + app/templates/settings/settings-shortcuts.hbs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scripts/locales/base.json b/app/scripts/locales/base.json index 6c1f047e..4d8d1504 100644 --- a/app/scripts/locales/base.json +++ b/app/scripts/locales/base.json @@ -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", diff --git a/app/templates/settings/settings-shortcuts.hbs b/app/templates/settings/settings-shortcuts.hbs index 9096f5cc..03854478 100644 --- a/app/templates/settings/settings-shortcuts.hbs +++ b/app/templates/settings/settings-shortcuts.hbs @@ -32,6 +32,6 @@
{{res 'setShCopyOtp'}}
{{#res 'menuRestoreApp'}}KeeWeb{{/res}}
+ data-shortcut="restoreApp">{{{globalShortcuts.restoreApp}}} {{#res 'setShRestoreApp'}}KeeWeb{{/res}} {{/if}}