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

Improvement of validation traduction for "email" rule
This commit is contained in:
Taylor Otwell 2014-02-14 22:44:15 -06:00
commit 98d160dc5b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"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.",