Update dashboard.tpl

Correct the wrong Indonesian
This commit is contained in:
Ahmad Husein 2024-11-29 12:29:54 +07:00 committed by GitHub
parent 5788c9c0a7
commit 4ce4633999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@
<table class="table table-bordered table-striped table-bordered table-hover mb-0" <table class="table table-bordered table-striped table-bordered table-hover mb-0"
style="margin-bottom: 0px;"> style="margin-bottom: 0px;">
<tr> <tr>
<td class="small text-success text-uppercase text-normal">{Lang::T('Username')}</td> <td class="small text-success text-uppercase text-normal">{Lang::T('Usernames')}</td>
<td class="small mb15">{$_user['username']}</td> <td class="small mb15">{$_user['username']}</td>
</tr> </tr>
<tr> <tr>
@ -98,7 +98,7 @@
{if $_c['enable_balance'] == 'yes'} {if $_c['enable_balance'] == 'yes'}
<tr> <tr>
<td class="small text-warning text-uppercase text-normal">{Lang::T('Balance')}</td> <td class="small text-warning text-uppercase text-normal">{Lang::T('Your Balance')}</td>
<td class="small mb15 text-bold"> <td class="small mb15 text-bold">
{Lang::moneyFormat($_user['balance'])} {Lang::moneyFormat($_user['balance'])}
{if $_user['auto_renewal'] == 1} {if $_user['auto_renewal'] == 1}
@ -183,18 +183,18 @@
<table class="table table-bordered table-striped table-bordered table-hover" <table class="table table-bordered table-striped table-bordered table-hover"
style="margin-bottom: 0px;"> style="margin-bottom: 0px;">
<tr> <tr>
<td class="small text-primary text-uppercase text-normal">{Lang::T('Plan Name')}</td> <td class="small text-primary text-uppercase text-normal">{Lang::T('Package Name')}</td>
<td class="small mb15"> <td class="small mb15">
{$_bill['namebp']} {$_bill['namebp']}
{if $_bill['status'] != 'on'} {if $_bill['status'] != 'on'}
<a class="label label-danger pull-right" <a class="label label-danger pull-right"
href="{$_url}order/package">{Lang::T('expired')}</a> href="{$_url}order/package">{Lang::T('Expired')}</a>
{/if} {/if}
</td> </td>
</tr> </tr>
{if $_c['show_bandwidth_plan'] == 'yes'} {if $_c['show_bandwidth_plan'] == 'yes'}
<tr> <tr>
<td class="small text-primary text-uppercase text-normal">{Lang::T('Bandwidth')}</td> <td class="small text-primary text-uppercase text-normal">Bandwidth</td>
<td class="small mb15"> <td class="small mb15">
{$_bill['name_bw']} {$_bill['name_bw']}
</td> </td>
@ -346,11 +346,11 @@
<div class="form-group"> <div class="form-group">
<div class="col-sm-5"> <div class="col-sm-5">
<input type="text" id="username" name="username" class="form-control" required <input type="text" id="username" name="username" class="form-control" required
placeholder="{Lang::T('Username')}"> placeholder="{Lang::T('Friend Username')}">
</div> </div>
<div class="col-sm-5"> <div class="col-sm-5">
<input type="number" id="balance" name="balance" autocomplete="off" class="form-control" <input type="number" id="balance" name="balance" autocomplete="off" class="form-control"
required placeholder="{Lang::T('Balance')}"> required placeholder="{Lang::T('Balance Amount')}">
</div> </div>
<div class="form-group col-sm-2" align="center"> <div class="form-group col-sm-2" align="center">
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send" <button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
@ -379,7 +379,7 @@
<div class="form-group"> <div class="form-group">
<div class="col-sm-10"> <div class="col-sm-10">
<input type="text" id="username" name="username" class="form-control" required <input type="text" id="username" name="username" class="form-control" required
placeholder="{Lang::T('Username')}"> placeholder="{Lang::T('Usernames')}">
</div> </div>
<div class="form-group col-sm-2" align="center"> <div class="form-group col-sm-2" align="center">
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send" <button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
@ -443,4 +443,4 @@
document.write('<meta http-equiv="refresh" target="_blank" content="' + authdly + '; url=' + auth + '">'); document.write('<meta http-equiv="refresh" target="_blank" content="' + authdly + '; url=' + auth + '">');
</script> </script>
{/if} {/if}
{include file="customer/footer.tpl"} {include file="customer/footer.tpl"}