Skip to content

Commit 0c2389c

Browse files
committed
Fix language lines.
1 parent 77d748a commit 0c2389c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/lang/en/validation.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"integer" => "The :attribute must be an integer.",
3939
"ip" => "The :attribute must be a valid IP address.",
4040
"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.",
41+
"numeric" => "The :attribute may not be greater than :max.",
42+
"file" => "The :attribute may not be greater than :max kilobytes.",
43+
"string" => "The :attribute may not be greater than :max characters.",
4444
),
4545
"mimes" => "The :attribute must be a file of type: :values.",
4646
"min" => array(

0 commit comments

Comments
 (0)