When using the timezone validation, it does not have a default sentence, you are greeted with: "validation.timezone" instead.
@@ -71,6 +71,7 @@ return array(
),
"unique" => "The :attribute has already been taken.",
"url" => "The :attribute format is invalid.",
+ "timezone" => "The :attribute must be a valid zone.",
/*
|--------------------------------------------------------------------------