Commit accbcabf authored by Evgeny Kovalev's avatar Evgeny Kovalev

Fixes 'greater' to 'not greater'.

Signed-off-by: 's avatarEvgeny Kovalev <Evgeny.Kovalev@gmail.com>
parent bd6289b1
......@@ -47,7 +47,7 @@ return array(
"max" => array(
"numeric" => "Поле :attribute должно быть не больше :max.",
"file" => "Поле :attribute должно быть не больше :max Килобайт.",
"string" => "Поле :attribute должно быть длиннее :max символов.",
"string" => "Поле :attribute должно быть не длиннее :max символов.",
),
"mimes" => "Поле :attribute должно быть файлом одного из типов: :values.",
"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