Display error messages on form

two new strings need translating in lang/form.
This commit is contained in:
Harvey Tindall
2021-01-25 18:01:18 +00:00
parent 061945218a
commit 8af1c13d7e
9 changed files with 42 additions and 12 deletions
+4
View File
@@ -16,6 +16,10 @@
"successHeader": "Success!",
"successContinueButton": "Continue"
},
"notifications": {
"errorUserExists": "User already exists.",
"errorInvalidCode": "Invalid invite code."
},
"validationStrings": {
"length": {
"singular": "Must have at least {n} character",