diff options
Diffstat (limited to 'include/contacts-overview.php')
-rw-r--r-- | include/contacts-overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contacts-overview.php b/include/contacts-overview.php index fcd788e..5f08bf2 100644 --- a/include/contacts-overview.php +++ b/include/contacts-overview.php @@ -65,7 +65,7 @@ require_once('./login.php'); </tr>"; } if (count($contacts) == 0) { - echo "<tr><td colspan='5'>There are no contacts in the database. Why not start with creating one, on the right?</td></tr>"; + echo "<tr><td colspan='5'>There are no contacts in the database.</td></tr>"; } ?> </tbody> |