From d64b5a52af6b7d6eb338b12510611e4c043b1afb Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 16 Jun 2015 08:46:07 -0500 Subject: [PATCH] Maintain alphabetical order --- 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 358b4eee..20acc9a6 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -70,8 +70,8 @@ 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ], - 'timezone' => 'The :attribute must be a valid zone.', 'string' => 'The :attribute must be a string.', + 'timezone' => 'The :attribute must be a valid zone.', 'unique' => 'The :attribute has already been taken.', 'url' => 'The :attribute format is invalid.',