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
This commit is contained in:
setyb 2020-01-05 06:03:03 -08:00 committed by Kyle Spearrin
parent c0c206d379
commit 48b41f50e9
1 changed files with 8 additions and 2 deletions

View File

@ -876,11 +876,17 @@
"experimentalFeature": { "experimentalFeature": {
"message": "This is currently an experimental feature. Use at your own risk." "message": "This is currently an experimental feature. Use at your own risk."
}, },
"commandOpenPopup": {
"message": "Open vault popup"
},
"commandOpenSidebar": {
"message": "Open vault in sidebar"
},
"commandAutofillDesc": { "commandAutofillDesc": {
"message": "Auto-fill the last used login for the current website." "message": "Auto-fill the last used login for the current website"
}, },
"commandGeneratePasswordDesc": { "commandGeneratePasswordDesc": {
"message": "Generate and copy a new random password to the clipboard." "message": "Generate and copy a new random password to the clipboard"
}, },
"privateModeMessage": { "privateModeMessage": {
"message": "Unfortunately this window is not available in private mode for this browser." "message": "Unfortunately this window is not available in private mode for this browser."