aboutsummaryrefslogtreecommitdiff
path: root/include/clients-view.php
diff options
context:
space:
mode:
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>