Skip to content

Commit 643a3dc

Browse files
authored
Add phrases for equals and not_equals
1 parent e5bee5c commit 643a3dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

system/Language/en/Validation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'alpha_space' => 'The {field} field may only contain alphabetical characters and spaces.',
3131
'decimal' => 'The {field} field must contain a decimal number.',
3232
'differs' => 'The {field} field must differ from the {param} field.',
33+
'equals' => 'The {field} field must be exactly: {param}.',
3334
'exact_length' => 'The {field} field must be exactly {param} characters in length.',
3435
'greater_than' => 'The {field} field must contain a number greater than {param}.',
3536
'greater_than_equal_to' => 'The {field} field must contain a number greater than or equal to {param}.',
@@ -43,6 +44,7 @@
4344
'matches' => 'The {field} field does not match the {param} field.',
4445
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
4546
'min_length' => 'The {field} field must be at least {param} characters in length.',
47+
'not_equals' => 'The {field} field cannot be: {param}.',
4648
'numeric' => 'The {field} field must contain only numbers.',
4749
'regex_match' => 'The {field} field is not in the correct format.',
4850
'required' => 'The {field} field is required.',

0 commit comments

Comments
 (0)