From ddcdb11f4d3a97c353994990e0c6418a557e50e8 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 1 Aug 2016 08:28:57 +0200 Subject: Unfinished braintree status means open invoice; update frontend --- include/offers-view.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/offers-view.php') 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); "; } if (count($assignments) == 0) { - echo "There are no assignments in the database. Why not start with creating one, below?"; + echo "There are no assignments in the database."; } ?> @@ -99,7 +99,7 @@ $_offer = new Offer($_pdo, $_id); "; } if (count($discounts) == 0) { - echo "There are no discounts in the database. Why not start with creating one, below?"; + echo "There are no discounts in the database."; } ?> @@ -135,7 +135,7 @@ $_offer = new Offer($_pdo, $_id); "; } if (count($payments) == 0) { - echo "There are no payments in the database. Why not start with creating one, below?"; + echo "There are no payments in the database."; } ?> -- cgit v1.2.3