mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-31 07:01:54 +00:00
Language typo
This commit is contained in:
parent
0b2ebb9397
commit
e83cd2934c
@ -8,7 +8,7 @@ return array(
|
|||||||
'numeric' => "must be numeric",
|
'numeric' => "must be numeric",
|
||||||
'integer' => "must be an integer (0-9)",
|
'integer' => "must be an integer (0-9)",
|
||||||
'length' => "must be longer than %d",
|
'length' => "must be longer than %d",
|
||||||
'min' => "must be at least than %s",
|
'min' => "must be at least %s",
|
||||||
'max' => "must be no more than %s",
|
'max' => "must be no more than %s",
|
||||||
'in' => "contains invalid value",
|
'in' => "contains invalid value",
|
||||||
'notIn' => "contains invalid value",
|
'notIn' => "contains invalid value",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user