diff options
author | Camil Staps | 2016-08-01 08:28:57 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-01 08:28:57 +0200 |
commit | ddcdb11f4d3a97c353994990e0c6418a557e50e8 (patch) | |
tree | 518b502bb5959a32ce9adc3950b9693001a67c39 /include/discounts-overview.php | |
parent | Easier accessor/mutator in Model; refreshing braintree statuses (diff) |
Unfinished braintree status means open invoice; update frontend
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> |