Merge pull request #3108 from pascalschwientek/patch-1

minor spelling/grammar corrections
This commit is contained in:
Taylor Otwell 2014-11-06 13:14:47 -06:00
commit c17925bce4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"string" => "The :attribute must be between :min and :max characters.", "string" => "The :attribute must be between :min and :max characters.",
"array" => "The :attribute must have between :min and :max items.", "array" => "The :attribute must have between :min and :max items.",
], ],
"boolean" => "The :attribute field must be true or false", "boolean" => "The :attribute field must be true or false.",
"confirmed" => "The :attribute confirmation does not match.", "confirmed" => "The :attribute confirmation does not match.",
"date" => "The :attribute is not a valid date.", "date" => "The :attribute is not a valid date.",
"date_format" => "The :attribute does not match the format :format.", "date_format" => "The :attribute does not match the format :format.",