File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -513,17 +513,17 @@ class DecimalValidator:
513513 messages = {
514514 "invalid" : _ ("Enter a number." ),
515515 "max_digits" : ngettext_lazy (
516- "Ensure that there are no more than %(max)s digit in total." ,
516+ "Ensure that there is no more than %(max)s digit in total." ,
517517 "Ensure that there are no more than %(max)s digits in total." ,
518518 "max" ,
519519 ),
520520 "max_decimal_places" : ngettext_lazy (
521- "Ensure that there are no more than %(max)s decimal place." ,
521+ "Ensure that there is no more than %(max)s decimal place." ,
522522 "Ensure that there are no more than %(max)s decimal places." ,
523523 "max" ,
524524 ),
525525 "max_whole_digits" : ngettext_lazy (
526- "Ensure that there are no more than %(max)s digit before the decimal "
526+ "Ensure that there is no more than %(max)s digit before the decimal "
527527 "point." ,
528528 "Ensure that there are no more than %(max)s digits before the decimal "
529529 "point." ,
You can’t perform that action at this time.
0 commit comments