mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Add ends_with validation message
See: 93c6874189 (diff-9c04f727a922ad4f105b9ad764ec221d)
This commit is contained in:
parent
3b8ca7d3ba
commit
b0bf8f9c0c
|
@ -25,6 +25,7 @@ validation:
|
|||
dimensions: "The :attribute has invalid image dimensions."
|
||||
distinct: "The :attribute field has a duplicate value."
|
||||
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."
|
||||
file: "The :attribute must be a file."
|
||||
filled: "The :attribute field must have a value."
|
||||
|
|
Loading…
Reference in New Issue
Block a user