1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2025-04-04 02:02:53 +00:00

fix typo in form/en-us

This commit is contained in:
alexh-name 2021-01-07 21:16:16 +01:00
parent fdc97b4e86
commit b90ce96759
No known key found for this signature in database
GPG Key ID: 432D325ED8CF8DF6
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
"validationStrings": {
"length": {
"singular": "Must have at least {n} character",
"plural": "Must have a least {n} characters"
"plural": "Must have at least {n} characters"
},
"uppercase": {
"singular": "Must have at least {n} uppercase character",

View File

@ -27,7 +27,7 @@ declare var window: formWindow;
var defaultPwValStrings: pwValStrings = {
length: {
singular: "Must have at least {n} character",
plural: "Must have a least {n} characters"
plural: "Must have at least {n} characters"
},
uppercase: {
singular: "Must have at least {n} uppercase character",