fix comma
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 19 Dec 2014 15:40:30 +0000 (10:40 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 19 Dec 2014 15:40:30 +0000 (10:40 -0500)
no comma is need before and

config/settings4.php

index 87deb3a..51fe2fa 100644 (file)
@@ -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
 ];