mirror of
https://github.com/flarum/framework.git
synced 2025-07-11 02:58:23 +08:00
Add missing full stop for some validation messages (#170)
See: f121af8985
This commit is contained in:
@ -25,7 +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"
|
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."
|
||||||
@ -87,7 +87,7 @@ validation:
|
|||||||
file: "The :attribute must be :size kilobytes."
|
file: "The :attribute must be :size kilobytes."
|
||||||
string: "The :attribute must be :size characters."
|
string: "The :attribute must be :size characters."
|
||||||
array: "The :attribute must contain :size items."
|
array: "The :attribute must contain :size items."
|
||||||
starts_with: "The :attribute must start with one of the following: :values"
|
starts_with: "The :attribute must start with one of the following: :values."
|
||||||
string: "The :attribute must be a string."
|
string: "The :attribute must be a string."
|
||||||
timezone: "The :attribute must be a valid zone."
|
timezone: "The :attribute must be a valid zone."
|
||||||
unique: "The :attribute has already been taken."
|
unique: "The :attribute has already been taken."
|
||||||
|
Reference in New Issue
Block a user