Skip to content

Commit

Permalink
Fix for Firefox "Manage Extension Shortcuts" UI (part 2) (#1099)
Browse files Browse the repository at this point in the history
This is the second part of the fix for #899
  • Loading branch information
setyb authored and kspearrin committed Jan 5, 2020
1 parent c0c206d commit 48b41f5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 48b41f5

Please sign in to comment.