missing words
This commit is contained in:
parent
90ec5b51ea
commit
36a2393f16
@ -71,7 +71,7 @@ function RegistrationForm(): VNode {
|
||||
password: !password
|
||||
? i18n.str`Missing password`
|
||||
: !PASSWORD_REGEX.test(password)
|
||||
? i18n.str`Use letters and numbers only, and start with a lowercase letter`
|
||||
? i18n.str`Use letters and numbers only, and start with a lowercase letter or number`
|
||||
: undefined,
|
||||
repeatPassword: !repeatPassword
|
||||
? i18n.str`Missing password`
|
||||
|
Loading…
Reference in New Issue
Block a user