Coin: Remove unexpected characters

This commit is contained in:
veselcraft 2022-06-02 13:37:16 +03:00
parent 4736a03a1e
commit 32e976a3b7
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -405,7 +405,7 @@
function showCoinsTopUpTroughTon() { function showCoinsTopUpTroughTon() {
MessageBox(tr("transfer_trough_ton"), ` MessageBox(tr("transfer_trough_ton"), `
<div class="messagebox-content-header"> <div class="messagebox-content-header">
${tr("transfer_ton_contents")} ${ tr("transfer_ton_contents") }
</div> </div>
<div style="margin-top: 30px">` + <div style="margin-top: 30px">` +
{tr("transfer_ton_address", OPENVK_ROOT_CONF['openvk']['preferences']['ton']['address'], str_replace("$1", $thisUser->getId(), OPENVK_ROOT_CONF["openvk"]["preferences"]["ton"]["hint"]))} + {tr("transfer_ton_address", OPENVK_ROOT_CONF['openvk']['preferences']['ton']['address'], str_replace("$1", $thisUser->getId(), OPENVK_ROOT_CONF["openvk"]["preferences"]["ton"]["hint"]))} +