chore: add password hint i18n words and a11y hint
This commit is contained in:
parent
5431d7a98c
commit
0d96fd9f9e
|
@ -253,6 +253,12 @@
|
|||
},
|
||||
"password": {
|
||||
"placeholder": "password",
|
||||
"require": "Your password needs at least:",
|
||||
"character_limit": "8 characters",
|
||||
"accessibility": {
|
||||
"checked": "checked",
|
||||
"unchecked": "unchecked"
|
||||
},
|
||||
"hint": "Your password needs at least eight characters"
|
||||
},
|
||||
"invite": {
|
||||
|
|
Loading…
Reference in New Issue