We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fb29f commit caea1acCopy full SHA for caea1ac
1 file changed
system/Language/en/Validation.php
@@ -59,6 +59,7 @@
59
'valid_url' => 'The {field} field must contain a valid URL.',
60
'valid_url_strict' => 'The {field} field must contain a valid URL.',
61
'valid_date' => 'The {field} field must contain a valid date.',
62
+ 'valid_json' => 'The {field} field must contain a valid json.',
63
64
// Credit Cards
65
'valid_cc_num' => '{field} does not appear to be a valid credit card number.',
0 commit comments