1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 03:23:50 +00:00

lock/unlock

This commit is contained in:
Kyle Spearrin
2018-02-09 22:47:53 -05:00
parent 9cb2d2087c
commit a77b16b766
9 changed files with 113 additions and 15 deletions

View File

@@ -625,8 +625,8 @@
"loading": {
"message": "Loading..."
},
"lock": {
"message": "Lock"
"lockVault": {
"message": "Lock Vault"
},
"passwordGenerator": {
"message": "Password Generator"
@@ -678,5 +678,14 @@
},
"syncingFailed": {
"message": "Syncing failed"
},
"yourVaultIsLocked": {
"message": "Your vault is locked. Verify your master password to continue."
},
"unlock": {
"message": "Unlock"
},
"invalidMasterPassword": {
"message": "Invalid master password"
}
}