diff options
author | Camil Staps | 2016-08-01 08:28:57 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-01 08:28:57 +0200 |
commit | ddcdb11f4d3a97c353994990e0c6418a557e50e8 (patch) | |
tree | 518b502bb5959a32ce9adc3950b9693001a67c39 /include/contacts-overview.php | |
parent | Easier accessor/mutator in Model; refreshing braintree statuses (diff) |
Unfinished braintree status means open invoice; update frontend
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> |