Skip to content

Commit 229c739

Browse files
authored
Change name to is_no_unique
1 parent b16bc91 commit 229c739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Language/en/Validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
'greater_than' => 'The {field} field must contain a number greater than {param}.',
3636
'greater_than_equal_to' => 'The {field} field must contain a number greater than or equal to {param}.',
3737
'in_list' => 'The {field} field must be one of: {param}.',
38-
'in_db' => 'The {field} field must contain a previously existing value in the database.',
3938
'integer' => 'The {field} field must contain an integer.',
4039
'is_natural' => 'The {field} field must only contain digits.',
4140
'is_natural_no_zero' => 'The {field} field must only contain digits and must be greater than zero.',
41+
'is_no_unique' => 'The {field} field must contain a previously existing value in the database.',
4242
'is_unique' => 'The {field} field must contain a unique value.',
4343
'less_than' => 'The {field} field must contain a number less than {param}.',
4444
'less_than_equal_to' => 'The {field} field must contain a number less than or equal to {param}.',

0 commit comments

Comments
 (0)