Browse Source

Merge branch 'master' into develop

Taylor Otwell 10 years ago
parent
commit
3e9e9c6cb7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/lang/en/validation.php

+ 1 - 0
resources/lang/en/validation.php

@@ -72,6 +72,7 @@ return array(
 	),
 	"unique"               => "The :attribute has already been taken.",
 	"url"                  => "The :attribute format is invalid.",
+	"timezone"             => "The :attribute must be a valid zone.",
 
 	/*
 	|--------------------------------------------------------------------------