From 1562407562859a880f5f494647d5c52f8af8d44e Mon Sep 17 00:00:00 2001 From: Mohamed Said Date: Fri, 2 Sep 2016 15:41:18 +0200 Subject: [PATCH] add langiage line for uploaded validation rule --- resources/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 3abb85f5..4d53b961 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -81,6 +81,7 @@ '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.', 'url' => 'The :attribute format is invalid.', /*