minor spelling/grammar corrections

This commit is contained in:
Gareth Edwards
2014-09-29 16:08:27 +02:00
parent 462b91157b
commit cbfa5af920

View File

@@ -27,7 +27,7 @@ return array(
"string" => "The :attribute must be between :min and :max characters.",
"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.",
"date" => "The :attribute is not a valid date.",
"date_format" => "The :attribute does not match the format :format.",