From df18065dff0185fc6e02c259b6d55c7adaf7478b Mon Sep 17 00:00:00 2001 From: Laurence Ioannou Date: Sat, 7 Jun 2014 00:42:59 +1000 Subject: [PATCH] Update validation.php Language validation addition for https://github.com/laravel/framework/pull/4599 --- app/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index b03b926c..8df77130 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -27,6 +27,7 @@ "string" => "The :attribute must be between :min and :max characters.", "array" => "The :attribute must have between :min and :max items.", ), + "boolean" => "The :attribute field must be either true or false", "confirmed" => "The :attribute confirmation does not match.", "date" => "The :attribute is not a valid date.", "date_format" => "The :attribute does not match the format :format.",