summaryrefslogtreecommitdiff
path: root/dash/dash_functions.php
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-04-19 10:25:17 -0400
committerCarson Fleming <cflems@cflems.net>2017-04-19 10:25:17 -0400
commit157a1a4a976b031b2bc0f4805cc697393887f437 (patch)
tree51e3279a870d42489d43a4fbe370bb020ecd79c0 /dash/dash_functions.php
parent1b23808772e1158603b93a24c5df241c46fae756 (diff)
downloadbulletin-157a1a4a976b031b2bc0f4805cc697393887f437.tar.gz
Fixed typo
Diffstat (limited to 'dash/dash_functions.php')
-rw-r--r--dash/dash_functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/dash_functions.php b/dash/dash_functions.php
index 2f6c794..56785a5 100644
--- a/dash/dash_functions.php
+++ b/dash/dash_functions.php
@@ -36,7 +36,7 @@ function draw_norate_s () {
<div class="job">
<p class="jobtitle"><a href="post.php">You have no jobs yet!</a></p>
<p class="jobpay">Apply to more ads. It's FREE!</p>
- <p class="jobblurb">None of your applications have been approved yet. In the meantime, be sure to reply to more job postings maximize your exposure.<br /><a href="dash/">Browse ads!</a></p>
+ <p class="jobblurb">None of your applications have been approved yet. In the meantime, be sure to reply to more job postings to maximize your exposure.<br /><a href="dash/">Browse ads!</a></p>
</div>
<?php
}