We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20aa88 commit 54fedb0Copy full SHA for 54fedb0
1 file changed
system/Language/en/Validation.php
@@ -57,6 +57,7 @@
57
'valid_emails' => 'The {field} field must contain all valid email addresses.',
58
'valid_ip' => 'The {field} field must contain a valid IP.',
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
63
// Credit Cards
0 commit comments