We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d748a commit 0c2389cCopy full SHA for 0c2389c
app/lang/en/validation.php
@@ -38,9 +38,9 @@
38
"integer" => "The :attribute must be an integer.",
39
"ip" => "The :attribute must be a valid IP address.",
40
"max" => array(
41
- "numeric" => "The :attribute must be less than :max.",
42
- "file" => "The :attribute must be less than :max kilobytes.",
43
- "string" => "The :attribute must be less than :max characters.",
+ "numeric" => "The :attribute may not be greater than :max.",
+ "file" => "The :attribute may not be greater than :max kilobytes.",
+ "string" => "The :attribute may not be greater than :max characters.",
44
),
45
"mimes" => "The :attribute must be a file of type: :values.",
46
"min" => array(
0 commit comments