Skip to content

Commit 97761f0

Browse files
committed
missing a from attribute
1 parent 8dbe2d1 commit 97761f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/language/pl/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"array" => "The :attribute must have selected elements.",
2828
"before" => ":attribute musi zawierać datę, która jest przed :date.",
2929
"between" => array(
30-
"numeric" => ":ttribute musi mieścić się w granicach :min - :max.",
30+
"numeric" => ":attribute musi mieścić się w granicach :min - :max.",
3131
"file" => ":attribute musi mieć :min - :max kilobajtów.",
3232
"string" => ":attribute musi mieć :min - :max znaków.",
3333
),

0 commit comments

Comments
 (0)