Merge pull request #2960 from josezenem/master
Missing validation sentence for timezone.
This commit is contained in:
commit
462b91157b
|
@ -71,6 +71,7 @@
|
||||||
),
|
),
|
||||||
"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.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue