mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-31 07:01:54 +00:00
Update en.php
add a verb to the lengthMin error
This commit is contained in:
parent
0c9feabe0e
commit
fc6f5c138e
@ -28,7 +28,7 @@ return array(
|
|||||||
'boolean' => "must be a boolean",
|
'boolean' => "must be a boolean",
|
||||||
'lengthBetween' => "must be between %d and %d characters",
|
'lengthBetween' => "must be between %d and %d characters",
|
||||||
'creditCard' => "must be a valid credit card number",
|
'creditCard' => "must be a valid credit card number",
|
||||||
'lengthMin' => "must at least %d characters long",
|
'lengthMin' => "must be at least %d characters long",
|
||||||
'lengthMax' => "must not exceed %d characters",
|
'lengthMax' => "must not exceed %d characters",
|
||||||
'instanceOf' => "must be an instance of '%s'"
|
'instanceOf' => "must be an instance of '%s'"
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user