1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

renamed minlength error key (#3077)

This commit is contained in:
Gbubemi Smith
2022-07-11 19:58:38 +01:00
committed by GitHub
parent 5ed6b9fb74
commit 543c84d0fa
2 changed files with 2 additions and 2 deletions

View File

@@ -429,7 +429,7 @@
"confirmMasterPasswordRequired": { "confirmMasterPasswordRequired": {
"message": "Master password retype is required." "message": "Master password retype is required."
}, },
"masterPasswordMinLength": { "masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long." "message": "Master password must be at least 8 characters long."
}, },
"masterPassDoesntMatch": { "masterPassDoesntMatch": {

View File

@@ -538,7 +538,7 @@
"confirmMasterPasswordRequired": { "confirmMasterPasswordRequired": {
"message": "Master password retype is required." "message": "Master password retype is required."
}, },
"masterPasswordMinLength": { "masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long." "message": "Master password must be at least 8 characters long."
}, },
"masterPassDoesntMatch": { "masterPassDoesntMatch": {