missing words

This commit is contained in:
Sebastian 2022-12-30 14:56:34 -03:00
parent 90ec5b51ea
commit 36a2393f16
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -71,7 +71,7 @@ function RegistrationForm(): VNode {
password: !password password: !password
? i18n.str`Missing password` ? i18n.str`Missing password`
: !PASSWORD_REGEX.test(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, : undefined,
repeatPassword: !repeatPassword repeatPassword: !repeatPassword
? i18n.str`Missing password` ? i18n.str`Missing password`