1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 18:13:26 +00:00

cipher request login subclass, sync fixes

This commit is contained in:
Kyle Spearrin
2017-09-21 10:43:33 -04:00
parent fa88af8323
commit 56e1f6c25b
4 changed files with 27 additions and 11 deletions

View File

@@ -385,7 +385,7 @@
"message": "No"
},
"unexpectedError": {
"message": "An unexpected error has occured."
"message": "An unexpected error has occurred."
},
"nameRequired": {
"message": "Name is required."
@@ -429,6 +429,9 @@
"syncingComplete": {
"message": "Syncing complete"
},
"syncingFailed": {
"message": "Syncing failed"
},
"importLoginsConfirmation": {
"message": "You can bulk import logins from the bitwarden.com web vault. Do you want to visit the website now?"
},