projects
/
WP-Plugins
/
glm-employment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d5be5
)
fix comma
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 19 Dec 2014 15:40:30 +0000
(10:40 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 19 Dec 2014 15:40:30 +0000
(10:40 -0500)
no comma is need before and
config/settings4.php
patch
|
blob
|
history
diff --git
a/config/settings4.php
b/config/settings4.php
index
87deb3a
..
51fe2fa
100644
(file)
--- 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
];