From 191c68766d592a1fd30928dfb4647cc1b023c36a Mon Sep 17 00:00:00 2001 From: Fumio Furukawa Date: Thu, 23 Jul 2015 15:34:28 +0900 Subject: [PATCH] Sorted by alphabetic. Sorted by alphabetic. --- 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 20acc9a6..a48ac724 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -35,8 +35,8 @@ 'digits' => 'The :attribute must be :digits digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.', 'email' => 'The :attribute must be a valid email address.', - 'filled' => 'The :attribute field is required.', 'exists' => 'The selected :attribute is invalid.', + 'filled' => 'The :attribute field is required.', 'image' => 'The :attribute must be an image.', 'in' => 'The selected :attribute is invalid.', 'integer' => 'The :attribute must be an integer.',