change active users to active customers

This commit is contained in:
iBNu Maksum 2025-01-07 16:19:28 +07:00
parent 45e2bb5a96
commit 0e302a5171
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 7 additions and 2 deletions

View File

@ -943,5 +943,10 @@
"No_coupons_found_": "No coupons found.",
"Delete_Selected": "Delete Selected",
"Voucher_Cards": "Voucher Cards",
"Create_Date": "Create Date"
"Create_Date": "Create Date",
"Message_Results": "Message Results",
"Total_SMS_Sent": "Total SMS Sent",
"Total_SMS_Failed": "Total SMS Failed",
"Total_WhatsApp_Sent": "Total WhatsApp Sent",
"Total_WhatsApp_Failed": "Total WhatsApp Failed"
}

View File

@ -1263,7 +1263,7 @@
</a>
<ul class="treeview-menu">
<li {if $_routes[1] eq 'list' }class="active" {/if}><a
href="{$_url}plan/list">{Lang::T('Active Users')}</a></li>
href="{$_url}plan/list">{Lang::T('Active Customers')}</a></li>
{if $_c['disable_voucher'] != 'yes'}
<li {if $_routes[1] eq 'refill' }class="active" {/if}><a
href="{$_url}plan/refill">{Lang::T('Refill Customer')}</a></li>