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
1 changed files with 1 additions and 0 deletions

View File

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