Skip to content

Commit

Permalink
minor spelling/grammar corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Edwards committed Oct 1, 2014
1 parent 462b911 commit cbfa5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"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.",
Expand Down

0 comments on commit cbfa5af

Please sign in to comment.