From 3747837eb45c706c4d2941fff3ce855e65339c5c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 19 Dec 2014 10:40:30 -0500 Subject: [PATCH] fix comma no comma is need before and --- config/settings4.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings4.php b/config/settings4.php index 87deb3a..51fe2fa 100644 --- a/config/settings4.php +++ b/config/settings4.php @@ -89,7 +89,7 @@ $crimes_in_past_7_years = [ $crimes_explain = [ 'type' => 'text', 'name' => 'crimes_explain', - 'label' => 'If so, where, when ,and nature of offense?', + 'label' => 'If so, where, when and nature of offense?', 'grid' => 6, 'req' => false ]; -- 2.17.1