##// END OF EJS Templates
Inform about minimum/maximum field lengths in error messages (#3128)....
Jean-Philippe Lang -
r2574:a4a41e05a81b
parent child
Show More
@@ -76,9 +76,9 en:
76 accepted: "must be accepted"
76 accepted: "must be accepted"
77 empty: "can't be empty"
77 empty: "can't be empty"
78 blank: "can't be blank"
78 blank: "can't be blank"
79 too_long: "is too long"
79 too_long: "is too long (maximum is {{count}} characters)"
80 too_short: "is too short"
80 too_short: "is too short (minimum is {{count}} characters)"
81 wrong_length: "is the wrong length"
81 wrong_length: "is the wrong length (should be {{count}} characters)"
82 taken: "has already been taken"
82 taken: "has already been taken"
83 not_a_number: "is not a number"
83 not_a_number: "is not a number"
84 not_a_date: "is not a valid date"
84 not_a_date: "is not a valid date"
General Comments 0
You need to be logged in to leave comments. Login now