Fix date_format message in validation.yml (#152)

This commit is contained in:
Robert Korulczyk 2021-02-16 23:40:35 +01:00 committed by GitHub
parent 3ef0c6e226
commit b864bc09ef

View File

@ -18,7 +18,7 @@ validation:
confirmed: "The :attribute confirmation does not match."
date: "The :attribute is not a valid date."
date_equals: "The :attribute must be a date equal to :date."
date_format: "The :attribute does not match the format :other."
date_format: "The :attribute does not match the format :format."
different: "The :attribute and :other must be different."
digits: "The :attribute must be :digits digits."
digits_between: "The :attribute must be between :min and :max digits."