From 5f917a6badeec540b55671ece8d1557e499245c1 Mon Sep 17 00:00:00 2001 From: Alexandre Butynski Date: Wed, 5 Feb 2014 14:53:21 +0100 Subject: [PATCH] Improvement of validation traduction for "email" rule --- app/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index 4c77ee58..7c67d926 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -33,7 +33,7 @@ "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.", - "email" => "The :attribute format is invalid.", + "email" => "The :attribute must be a valid email address.", "exists" => "The selected :attribute is invalid.", "image" => "The :attribute must be an image.", "in" => "The selected :attribute is invalid.",