aboutsummaryrefslogtreecommitdiff
path: root/include/home.php
diff options
context:
space:
mode:
authorCamil Staps2015-03-07 19:21:31 +0100
committerCamil Staps2015-03-07 19:21:31 +0100
commitb3961d97df885dfd38e0fefc12090c17ffeba784 (patch)
tree30e8348e936a71df73c6c58c3ceccec2f953aa46 /include/home.php
parentFinished offers (diff)
minor typo
Diffstat (limited to 'include/home.php')
-rw-r--r--include/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/home.php b/include/home.php
index f47f541..f94d3a8 100644
--- a/include/home.php
+++ b/include/home.php
@@ -205,7 +205,7 @@ require('header.php');
echo "</tr>";
}
if (count($offers) == 0) {
- echo "<tr><td colspan='3'>There are no currently active offers.</td></tr>";
+ echo "<tr><td colspan='3'>There are no offers that need an invoice.</td></tr>";
}
?>
</tbody>