mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Coin: Delete unused translation
This commit is contained in:
parent
a524397477
commit
4736a03a1e
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@
|
|||
|
||||
function convertCurrency(coin) {
|
||||
var currencyTON = {php echo OPENVK_ROOT_CONF['openvk']['preferences']['ton']['rate']};
|
||||
u(".coins_dialog_conv").nodes[0].innerHTML = tr("transfer_ton_currency_per_ton", coin * currencyTON);
|
||||
u(".coins_dialog_conv").nodes[0].innerHTML = coin * currencyTON + " TON";
|
||||
}
|
||||
|
||||
function showCoinsTopUpTroughTon() {
|
||||
|
|
Loading…
Reference in a new issue