mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
PM-9417 - PasswordStrengthComp - A11y improvement - add screen reader announcement for all usages of password strength. (#13515)
This commit is contained in:
@@ -4779,6 +4779,15 @@
|
||||
"masterPassPolicyDesc": {
|
||||
"message": "Set requirements for master password strength."
|
||||
},
|
||||
"passwordStrengthScore": {
|
||||
"message": "Password strength score $SCORE$",
|
||||
"placeholders": {
|
||||
"score": {
|
||||
"content": "$1",
|
||||
"example": "4"
|
||||
}
|
||||
}
|
||||
},
|
||||
"twoStepLoginPolicyTitle": {
|
||||
"message": "Require two-step login"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user