We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a3212 commit d03de8aCopy full SHA for d03de8a
system/Language/en/Validation.php
@@ -65,7 +65,7 @@
65
'valid_json' => 'The {field} field must contain a valid json.',
66
67
// Credit Cards
68
- 'valid_cc_num' => '{field} does not appear to be a valid credit card number.',
+ 'valid_cc_number' => '{field} does not appear to be a valid credit card number.',
69
70
// Files
71
'uploaded' => '{field} is not a valid uploaded file.',
0 commit comments