mirror of
https://github.com/bitwarden/web
synced 2026-01-06 02:24:02 +00:00
Add aria attributes to password gen options (#1611)
This commit is contained in:
committed by
GitHub
parent
27853481d8
commit
705251fbe2
@@ -891,6 +891,18 @@
|
||||
"length": {
|
||||
"message": "Length"
|
||||
},
|
||||
"uppercase": {
|
||||
"message": "Uppercase (A-Z)"
|
||||
},
|
||||
"lowercase": {
|
||||
"message": "Lowercase (a-z)"
|
||||
},
|
||||
"numbers": {
|
||||
"message": "Numbers (0-9)"
|
||||
},
|
||||
"specialCharacters": {
|
||||
"message": "Special Characters (!@#$%^&*)"
|
||||
},
|
||||
"numWords": {
|
||||
"message": "Number of Words"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user