1
0
mirror of https://github.com/flarum/core.git synced 2025-08-13 20:04:24 +02:00

Merge pull request #140 from milescellar/patch-4

Add ends_with validation message
This commit is contained in:
Toby Zerner
2019-05-12 19:48:18 +09:30
committed by GitHub

View File

@@ -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."