Skip to content

Commit 9550569

Browse files
authored
Merge pull request laravel#4157 from driesvints/patch-1
[5.4] Update description of filled rule
2 parents c76716f + 9088673 commit 9550569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'email' => 'The :attribute must be a valid email address.',
4242
'exists' => 'The selected :attribute is invalid.',
4343
'file' => 'The :attribute must be a file.',
44-
'filled' => 'The :attribute field is required.',
44+
'filled' => 'The :attribute field must have a value.',
4545
'image' => 'The :attribute must be an image.',
4646
'in' => 'The selected :attribute is invalid.',
4747
'in_array' => 'The :attribute field does not exist in :other.',

0 commit comments

Comments
 (0)