aboutsummaryrefslogtreecommitdiff
path: root/include/offers-view.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-view.php
parentEasier accessor/mutator in Model; refreshing braintree statuses (diff)
Unfinished braintree status means open invoice; update frontend
Diffstat (limited to 'include/offers-view.php')
-rw-r--r--include/offers-view.php6
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>