Commit 98d160dc authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2655 from alexandre-butynski/patch-1

Improvement of validation traduction for "email" rule
parents 46c7f075 5f917a6b
...@@ -33,7 +33,7 @@ return array( ...@@ -33,7 +33,7 @@ return array(
"different" => "The :attribute and :other must be different.", "different" => "The :attribute and :other must be different.",
"digits" => "The :attribute must be :digits digits.", "digits" => "The :attribute must be :digits digits.",
"digits_between" => "The :attribute must be between :min and :max 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.", "exists" => "The selected :attribute is invalid.",
"image" => "The :attribute must be an image.", "image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.", "in" => "The selected :attribute is invalid.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment