We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c76716f + 9088673 commit 9550569Copy full SHA for 9550569
resources/lang/en/validation.php
@@ -41,7 +41,7 @@
41
'email' => 'The :attribute must be a valid email address.',
42
'exists' => 'The selected :attribute is invalid.',
43
'file' => 'The :attribute must be a file.',
44
- 'filled' => 'The :attribute field is required.',
+ 'filled' => 'The :attribute field must have a value.',
45
'image' => 'The :attribute must be an image.',
46
'in' => 'The selected :attribute is invalid.',
47
'in_array' => 'The :attribute field does not exist in :other.',
0 commit comments