blob: 1ff79101d7908d7de652a99d463eea72f08476fe [file] [log] [blame]
# default validator messages
RequiredValidator=field '${label}' is required
TypeValidator='${input}' is not a valid ${type}
IntegerValidator=${input} must be an integer between ${min} and ${max}
LengthValidator=${input} must be between ${min} and ${max} chars.