undate full-name validation for register

This commit is contained in:
smanylov
2025-12-17 15:43:13 +07:00
parent 61cd288359
commit fd59fb3e5e
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -116,6 +116,7 @@
"terms-of-use": "terms of use",
"email-already-registered": "Email already registered",
"password-does-not-match" : "Password does not match",
"email-not-found": "Email not found"
"email-not-found": "Email not found",
"register-error-no-digits": "The name should not contain a number."
}
}