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}}