mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-30 23:01:52 +00:00
Fixed sintax error
This commit is contained in:
parent
53fe0abd7d
commit
f462f76a7d
@ -8,7 +8,7 @@ return array(
|
|||||||
'numeric' => "debe ser numérico",
|
'numeric' => "debe ser numérico",
|
||||||
'integer' => "debe ser un entero (0-9)",
|
'integer' => "debe ser un entero (0-9)",
|
||||||
'length' => "debe ser mas largo de %d",
|
'length' => "debe ser mas largo de %d",
|
||||||
'min' => "debe ser mayor a %s",v
|
'min' => "debe ser mayor a %s",
|
||||||
'max' => "debe ser menor a %s",
|
'max' => "debe ser menor a %s",
|
||||||
'in' => "contiene un valor invalido",
|
'in' => "contiene un valor invalido",
|
||||||
'notIn' => "contiene un valor invalido",
|
'notIn' => "contiene un valor invalido",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user