From caa65bbef6001cdd4f5be7b82825c83703161267 Mon Sep 17 00:00:00 2001 From: Alex Whitman Date: Fri, 25 Jan 2013 20:01:01 +0000 Subject: [PATCH] Add date validation messages --- app/lang/en/validation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index 28279f3b..a67a1148 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -26,6 +26,8 @@ "string" => "The :attribute must be between :min - :max characters.", ), "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.", "different" => "The :attribute and :other must be different.", "digits" => "The :attribute must be :digits digits.", "digits_between" => "The :attribute must be between :min and :max digits.",