diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index ecc9e372..bc6e4088 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -70,9 +70,9 @@ "string" => "The :attribute must be :size characters.", "array" => "The :attribute must contain :size items.", ], + "timezone" => "The :attribute must be a valid zone.", "unique" => "The :attribute has already been taken.", "url" => "The :attribute format is invalid.", - "timezone" => "The :attribute must be a valid zone.", /* |--------------------------------------------------------------------------