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:
parent
8e468bcbf7
commit
e493e113ef
|
@ -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.",
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue