change active users to active customers

This commit is contained in:
iBNu Maksum
2025-01-07 16:19:28 +07:00
parent 5b7ffec115
commit f997ecc702
2 changed files with 7 additions and 2 deletions

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>