mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-26 12:25:20 +01:00
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:
parent
c0c206d379
commit
48b41f50e9
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user