Skip to content

Commit e3e617c

Browse files
authored
Add translation to in_db validation
1 parent 2fa10ce commit e3e617c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/Language/en/Validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
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.',
3839
'integer' => 'The {field} field must contain an integer.',
3940
'is_natural' => 'The {field} field must only contain digits.',
4041
'is_natural_no_zero' => 'The {field} field must only contain digits and must be greater than zero.',

0 commit comments

Comments
 (0)