aboutsummaryrefslogtreecommitdiff
path: root/include/clients-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/clients-view.php
parentEasier accessor/mutator in Model; refreshing braintree statuses (diff)
Unfinished braintree status means open invoice; update frontend
Diffstat (limited to 'include/clients-view.php')
-rw-r--r--include/clients-view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clients-view.php b/include/clients-view.php
index 6648026..4f27046 100644
--- a/include/clients-view.php
+++ b/include/clients-view.php
@@ -56,7 +56,7 @@ $_client = new Client($_pdo, $_id);
</tr>";
}
if (count($contacts) == 0) {
- echo "<tr><td colspan='4'>There are no contacts in the database. Why not <a href='".Constants::url_external."contacts'>create one</a>?</td></tr>";
+ echo "<tr><td colspan='4'>There are no contacts in the database.</td></tr>";
}
?>
</tbody>