Skip to content

Commit 69850f8

Browse files
committed
Add s
1 parent 7e041d5 commit 69850f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
<div class="card card-dark">
8888
<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>
89+
<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>
9090
<div class="card-tools">
9191
<?php if (lookupUserPermission("module_client") >= 2) { ?>
9292
<div class="btn-group">

0 commit comments

Comments
 (0)