We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e041d5 commit 69850f8Copy full SHA for 69850f8
clients.php
@@ -86,7 +86,7 @@
86
87
<div class="card card-dark">
88
<div class="card-header py-2">
89
- <h3 class="card-title mt-2"><i class="fa fa-fw fa-user-friends mr-2"></i><?php if($leads_filter == 0){ echo "Client"; } else { echo "Lead"; } ?></h3>
+ <h3 class="card-title mt-2"><i class="fa fa-fw fa-user-friends mr-2"></i><?php if($leads_filter == 0){ echo "Clients"; } else { echo "Leads"; } ?></h3>
90
<div class="card-tools">
91
<?php if (lookupUserPermission("module_client") >= 2) { ?>
92
<div class="btn-group">
0 commit comments