mirror of
https://github.com/flarum/core.git
synced 2025-08-07 08:56:38 +02:00
Fix date_format
message in validation.yml (#152)
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user