diff options
Diffstat (limited to 'include/offers-view.php')
-rw-r--r-- | include/offers-view.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/offers-view.php b/include/offers-view.php index 1455e43..323fc31 100644 --- a/include/offers-view.php +++ b/include/offers-view.php @@ -57,7 +57,7 @@ $_offer = new Offer($_pdo, $_id); </tr>"; } if (count($assignments) == 0) { - echo "<tr><td colspan='5'>There are no assignments in the database. Why not start with creating one, below?</td></tr>"; + echo "<tr><td colspan='5'>There are no assignments in the database.</td></tr>"; } ?> </tbody> @@ -99,7 +99,7 @@ $_offer = new Offer($_pdo, $_id); </tr>"; } if (count($discounts) == 0) { - echo "<tr><td colspan='4'>There are no discounts in the database. Why not start with creating one, below?</td></tr>"; + echo "<tr><td colspan='4'>There are no discounts in the database.</td></tr>"; } ?> </tbody> @@ -135,7 +135,7 @@ $_offer = new Offer($_pdo, $_id); </tr>"; } if (count($payments) == 0) { - echo "<tr><td colspan='4'>There are no payments in the database. Why not start with creating one, below?</td></tr>"; + echo "<tr><td colspan='4'>There are no payments in the database.</td></tr>"; } ?> </tbody> |