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