mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 07:38:01 +08:00
Fix date_format
message in validation.yml (#152)
This commit is contained in:
parent
3ef0c6e226
commit
b864bc09ef
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue
Block a user