Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit e28f2a0

Browse files
committed
✨ add new form validation rule language
Signed-off-by: otengkwame <[email protected]>
1 parent e70674c commit e28f2a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

framework/language/english/form_validation_lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.';
6868
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
6969
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.';
70+
$lang['form_validation_honey_check'] = 'The {field} field must be filled with style.';
71+
$lang['form_validation_honey_time'] = 'The {field} field may only be needed once.';
7072

7173
// --------------------------------------------------------------------
7274

0 commit comments

Comments
 (0)