aboutsummaryrefslogtreecommitdiff
path: root/include/offers-overview.php
diff options
context:
space:
mode:
authorCamil Staps2016-08-01 08:28:57 +0200
committerCamil Staps2016-08-01 08:28:57 +0200
commitddcdb11f4d3a97c353994990e0c6418a557e50e8 (patch)
tree518b502bb5959a32ce9adc3950b9693001a67c39 /include/offers-overview.php
parentEasier accessor/mutator in Model; refreshing braintree statuses (diff)
Unfinished braintree status means open invoice; update frontend
Diffstat (limited to 'include/offers-overview.php')
-rw-r--r--include/offers-overview.php2
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>