From 7da6edf8c14772f14ff11616199fb16bd19909ae Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 2 Sep 2016 08:48:07 -0500 Subject: [PATCH] working on message --- 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 4d53b961..73b49d08 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -81,7 +81,7 @@ return [ 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute uploading failed.', + 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', /*