From e493e113efce5cac152dc7858ef0445f0cb7c27e Mon Sep 17 00:00:00 2001 From: Jose Jimenez Date: Wed, 6 Aug 2014 11:30:27 -0700 Subject: [PATCH] Missing validation sentence for timezone. When using the timezone validation, it does not have a default sentence, you are greeted with: "validation.timezone" instead. --- app/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index fa89de98..94191c5a 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -71,6 +71,7 @@ ), "unique" => "The :attribute has already been taken.", "url" => "The :attribute format is invalid.", + "timezone" => "The :attribute must be a valid zone.", /* |--------------------------------------------------------------------------