Update account_info.tpl

This commit is contained in:
Ahmad Husein 2025-03-06 00:03:06 +07:00 committed by GitHub
parent 8429ed763e
commit 1cbff8f9a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
{if $_c['enable_balance'] == 'yes'}
<tr>
<td class="small text-warning text-uppercase text-normal">{Lang::T('Yours Balance')}</td>
<td class="small text-warning text-uppercase text-normal">{Lang::T('Yours Balances')}</td>
<td class="small mb15 text-bold">
{Lang::moneyFormat($_user['balance'])}
{if $_user['auto_renewal'] == 1}
@ -89,4 +89,4 @@
</table>
</div> &nbsp;&nbsp;
{/if}
</div>
</div>