From 48b41f50e95de756c62cfae39792ca39ff267ab6 Mon Sep 17 00:00:00 2001 From: setyb <32158528+setyb@users.noreply.github.com> Date: Sun, 5 Jan 2020 06:03:03 -0800 Subject: [PATCH] Fix for Firefox "Manage Extension Shortcuts" UI (part 2) (#1099) This is the second part of the fix for https://github.com/bitwarden/browser/issues/899 --- src/_locales/en/messages.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 8fd85e1c5fe..71e5c1ded63 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -876,11 +876,17 @@ "experimentalFeature": { "message": "This is currently an experimental feature. Use at your own risk." }, + "commandOpenPopup": { + "message": "Open vault popup" + }, + "commandOpenSidebar": { + "message": "Open vault in sidebar" + }, "commandAutofillDesc": { - "message": "Auto-fill the last used login for the current website." + "message": "Auto-fill the last used login for the current website" }, "commandGeneratePasswordDesc": { - "message": "Generate and copy a new random password to the clipboard." + "message": "Generate and copy a new random password to the clipboard" }, "privateModeMessage": { "message": "Unfortunately this window is not available in private mode for this browser."