Skip to content

Commit 5eb4d0a

Browse files
committed
Merge pull request laravel#3048 from lucidlogic/master
minor grammar corrections
2 parents 462b911 + cbfa5af commit 5eb4d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"string" => "The :attribute must be between :min and :max characters.",
2828
"array" => "The :attribute must have between :min and :max items.",
2929
),
30-
"boolean" => "The :attribute field must be true or false",
30+
"boolean" => "The :attribute field must be true or false.",
3131
"confirmed" => "The :attribute confirmation does not match.",
3232
"date" => "The :attribute is not a valid date.",
3333
"date_format" => "The :attribute does not match the format :format.",

0 commit comments

Comments
 (0)