Commit e493e113 authored by Jose Jimenez's avatar Jose Jimenez

Missing validation sentence for timezone.

When using the timezone validation, it does not have a default sentence, you are greeted with: "validation.timezone" instead.
parent 8e468bcb
...@@ -71,6 +71,7 @@ return array( ...@@ -71,6 +71,7 @@ return array(
), ),
"unique" => "The :attribute has already been taken.", "unique" => "The :attribute has already been taken.",
"url" => "The :attribute format is invalid.", "url" => "The :attribute format is invalid.",
"timezone" => "The :attribute must be a valid zone.",
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment