mirror of
https://github.com/flarum/core.git
synced 2025-08-17 22:01:44 +02:00
Add ends_with validation message
See: 93c6874189 (diff-9c04f727a922ad4f105b9ad764ec221d)
This commit is contained in:
@@ -25,6 +25,7 @@ validation:
|
|||||||
dimensions: "The :attribute has invalid image dimensions."
|
dimensions: "The :attribute has invalid image dimensions."
|
||||||
distinct: "The :attribute field has a duplicate value."
|
distinct: "The :attribute field has a duplicate value."
|
||||||
email: "The :attribute must be a valid email address."
|
email: "The :attribute must be a valid email address."
|
||||||
|
ends_with: "The :attribute must end with one of the following: :values"
|
||||||
exists: "The selected :attribute is invalid."
|
exists: "The selected :attribute is invalid."
|
||||||
file: "The :attribute must be a file."
|
file: "The :attribute must be a file."
|
||||||
filled: "The :attribute field must have a value."
|
filled: "The :attribute field must have a value."
|
||||||
|
Reference in New Issue
Block a user