From 90886732cf6df6d8694287c3f9d92496a4f1c61b Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 1 Mar 2017 16:52:59 +0100 Subject: [PATCH] Update description of filled rule `filled` isn't really required. It just implies that it needs a value. --- resources/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 9608bc25..2a5c7434 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -41,7 +41,7 @@ 'email' => 'The :attribute must be a valid email address.', 'exists' => 'The selected :attribute is invalid.', 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field is required.', + 'filled' => 'The :attribute field must have a value.', 'image' => 'The :attribute must be an image.', 'in' => 'The selected :attribute is invalid.', 'in_array' => 'The :attribute field does not exist in :other.',