missing a from attribute
This commit is contained in:
parent
8dbe2d1a9a
commit
97761f08f1
|
@ -27,7 +27,7 @@
|
||||||
"array" => "The :attribute must have selected elements.",
|
"array" => "The :attribute must have selected elements.",
|
||||||
"before" => ":attribute musi zawierać datę, która jest przed :date.",
|
"before" => ":attribute musi zawierać datę, która jest przed :date.",
|
||||||
"between" => array(
|
"between" => array(
|
||||||
"numeric" => ":ttribute musi mieścić się w granicach :min - :max.",
|
"numeric" => ":attribute musi mieścić się w granicach :min - :max.",
|
||||||
"file" => ":attribute musi mieć :min - :max kilobajtów.",
|
"file" => ":attribute musi mieć :min - :max kilobajtów.",
|
||||||
"string" => ":attribute musi mieć :min - :max znaków.",
|
"string" => ":attribute musi mieć :min - :max znaków.",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue