We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbe2d1 commit 97761f0Copy full SHA for 97761f0
application/language/pl/validation.php
@@ -27,7 +27,7 @@
27
"array" => "The :attribute must have selected elements.",
28
"before" => ":attribute musi zawierać datę, która jest przed :date.",
29
"between" => array(
30
- "numeric" => ":ttribute musi mieścić się w granicach :min - :max.",
+ "numeric" => ":attribute musi mieścić się w granicach :min - :max.",
31
"file" => ":attribute musi mieć :min - :max kilobajtów.",
32
"string" => ":attribute musi mieć :min - :max znaków.",
33
),
0 commit comments