diff options
Diffstat (limited to 'include/home.php')
-rw-r--r-- | include/home.php | 2 |
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> |