Browse Source

Missing validation sentence for timezone.

When using the timezone validation, it does not have a default sentence, you are greeted with: "validation.timezone" instead.
Jose Jimenez 10 years ago
parent
commit
e493e113ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/lang/en/validation.php

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

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