Missing validation sentence for timezone.

When using the timezone validation, it does not have a default sentence, you are greeted with: "validation.timezone" instead.
This commit is contained in:
Jose Jimenez
2014-08-06 11:30:27 -07:00
parent 8e468bcbf7
commit e493e113ef

View File

@@ -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.",
/*
|--------------------------------------------------------------------------