Fix language lines.
This commit is contained in:
parent
77d748a145
commit
0c2389ccb3
|
@ -38,9 +38,9 @@
|
||||||
"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(
|
||||||
|
|
Loading…
Reference in New Issue