diff options
Diffstat (limited to 'include/offers-overview.php')
-rw-r--r-- | include/offers-overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/offers-overview.php b/include/offers-overview.php index 6d9bbc1..29b52b3 100644 --- a/include/offers-overview.php +++ b/include/offers-overview.php @@ -103,7 +103,7 @@ require_once('./login.php'); </tr>"; } if (count($offers) == 0) { - echo "<tr><td colspan='6'>There are no offers in the database. Why not start with creating one, below?</td></tr>"; + echo "<tr><td colspan='6'>There are no offers in the database.</td></tr>"; } ?> </tbody> |