fix typo in form/en-us

This commit is contained in:
alexh-name
2021-01-08 23:58:48 +00:00
committed by Harvey Tindall
parent 74bbfdf5c2
commit 377c8d3e4e
2 changed files with 2 additions and 2 deletions
+1 -1
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",