mirror of
https://github.com/flarum/core.git
synced 2025-08-15 21:04:30 +02:00
Merge pull request #140 from milescellar/patch-4
Add ends_with validation message
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