Update recharge.tpl

Update translation
This commit is contained in:
Ahmad Husein 2024-08-21 15:07:18 +07:00 committed by GitHub
parent 95620da151
commit b0b687dd38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@
<option value="zero">{$_c['currency_code']} 0</option> <option value="zero">{$_c['currency_code']} 0</option>
</select> </select>
</div> </div>
<p class="help-block col-md-4">Postpaid Recharge for the first time use {$_c['currency_code']} 0</p> <p class="help-block col-md-4">{Lang::T('Postpaid Recharge for the first time use')} {$_c['currency_code']} 0</p>
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-lg-offset-2 col-lg-10"> <div class="col-lg-offset-2 col-lg-10">
@ -69,4 +69,4 @@
</div> </div>
</div> </div>
{include file="sections/footer.tpl"} {include file="sections/footer.tpl"}