fix typo in form/en-us

This commit is contained in:
alexh-name 2021-01-07 21:16:16 +01:00 committed by Harvey Tindall
parent 74bbfdf5c2
commit 377c8d3e4e
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",