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:
109b566
)
Text change on form page 2
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 29 Dec 2014 19:09:46 +0000
(14:09 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 29 Dec 2014 19:09:46 +0000
(14:09 -0500)
Change "Upload your Resume" to read "Upload your resume and/or cover letter"
config/settings2.php
patch
|
blob
|
history
diff --git
a/config/settings2.php
b/config/settings2.php
index
a6b08a1
..
de84cb5
100644
(file)
--- a/
config/settings2.php
+++ b/
config/settings2.php
@@
-322,7
+322,7
@@
for ($i = 1; $i <= 3; ++$i) {
}
$resume_file = [
'type' => 'file',
- 'label' => 'Upload your resume',
+ 'label' => 'Upload your resume
and/or cover letter
',
'grid' => 12
];
$form = [