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