Skip to content

Commit 462b911

Browse files
committed
Merge pull request laravel#2960 from josezenem/master
Missing validation sentence for timezone.
2 parents b363f3d + e493e11 commit 462b911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/lang/en/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
),
7272
"unique" => "The :attribute has already been taken.",
7373
"url" => "The :attribute format is invalid.",
74+
"timezone" => "The :attribute must be a valid zone.",
7475

7576
/*
7677
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)