diff --git a/src/lang.js b/src/lang.js index 31a5cb1..e14fb28 100755 --- a/src/lang.js +++ b/src/lang.js @@ -6,8 +6,8 @@ export const lang = { integer: "This field requires an integer value", url: "This field requires a valid website URL", tel: "This field requires a valid telephone number", - maxlength: "This fields length must be < ${1}", - minlength: "This fields length must be > ${1}", + maxlength: "This field's length must be < ${1}", + minlength: "This field's length must be > ${1}", min: "Minimum value for this field is ${1}", max: "Maximum value for this field is ${1}", pattern: "Please match the requested format",