Skip to content

Commit 3145803

Browse files
committed
lang: add Validation.field_exists
1 parent 5945820 commit 3145803

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
@@ -29,6 +29,7 @@
2929
'differs' => 'The {field} field must differ from the {param} field.',
3030
'equals' => 'The {field} field must be exactly: {param}.',
3131
'exact_length' => 'The {field} field must be exactly {param} characters in length.',
32+
'field_exists' => 'The {field} field must exist.',
3233
'greater_than' => 'The {field} field must contain a number greater than {param}.',
3334
'greater_than_equal_to' => 'The {field} field must contain a number greater than or equal to {param}.',
3435
'hex' => 'The {field} field may only contain hexadecimal characters.',

0 commit comments

Comments
 (0)