chore: add password hint i18n words and a11y hint

This commit is contained in:
CMK 2022-01-10 11:20:44 +08:00
parent 5431d7a98c
commit 0d96fd9f9e
1 changed files with 6 additions and 0 deletions

View File

@ -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": {