From cbfa5af92016e990162cc89a19ce08eb122fb9b5 Mon Sep 17 00:00:00 2001 From: Gareth Edwards Date: Mon, 29 Sep 2014 16:08:27 +0200 Subject: [PATCH] minor spelling/grammar corrections --- app/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index 94191c5a..648516e7 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -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.",