From ec5059221e2801bdde45ce3668922e2d01222320 Mon Sep 17 00:00:00 2001 From: Miles Cellar Date: Sun, 5 Mar 2017 20:31:55 +0100 Subject: [PATCH] Update description of filled rule Source: https://github.com/laravel/laravel/commit/90886732cf6df6d8694287c3f9d92496a4f1c61b --- extensions/lang-english/locale/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/lang-english/locale/validation.yml b/extensions/lang-english/locale/validation.yml index c65e934a2..e4f73e2ea 100644 --- a/extensions/lang-english/locale/validation.yml +++ b/extensions/lang-english/locale/validation.yml @@ -26,7 +26,7 @@ validation: 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."