1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-01 04:37:40 +02:00

fix autofillError locale string description

This commit is contained in:
Kyle Spearrin 2016-11-22 01:11:48 -05:00
parent 6d56e8951d
commit 66dcf22b95

View File

@ -485,7 +485,7 @@
}, },
"autofillError": { "autofillError": {
"message": "Unable to auto-fill the selected site on this page. Copy/paste your username and/or password instead.", "message": "Unable to auto-fill the selected site on this page. Copy/paste your username and/or password instead.",
"description": "Errors have occurred" "description": "Unable to auto-fill the selected site on this page. Copy/paste your username and/or password instead."
}, },
"loggedOut": { "loggedOut": {
"message": "Logged out", "message": "Logged out",