Commit 0c2389cc authored by Taylor Otwell's avatar Taylor Otwell

Fix language lines.

parent 77d748a1
...@@ -38,9 +38,9 @@ return array( ...@@ -38,9 +38,9 @@ return array(
"integer" => "The :attribute must be an integer.", "integer" => "The :attribute must be an integer.",
"ip" => "The :attribute must be a valid IP address.", "ip" => "The :attribute must be a valid IP address.",
"max" => array( "max" => array(
"numeric" => "The :attribute must be less than :max.", "numeric" => "The :attribute may not be greater than :max.",
"file" => "The :attribute must be less than :max kilobytes.", "file" => "The :attribute may not be greater than :max kilobytes.",
"string" => "The :attribute must be less than :max characters.", "string" => "The :attribute may not be greater than :max characters.",
), ),
"mimes" => "The :attribute must be a file of type: :values.", "mimes" => "The :attribute must be a file of type: :values.",
"min" => array( "min" => array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment