mirror of
https://github.com/openvk/openvk
synced 2024-12-22 08:31:18 +03:00
Coin: Remove unexpected characters
This commit is contained in:
parent
4736a03a1e
commit
32e976a3b7
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@
|
|||
function showCoinsTopUpTroughTon() {
|
||||
MessageBox(tr("transfer_trough_ton"), `
|
||||
<div class="messagebox-content-header">
|
||||
${tr("transfer_ton_contents")}
|
||||
${ tr("transfer_ton_contents") }
|
||||
</div>
|
||||
<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"]))} +
|
||||
|
|
Loading…
Reference in a new issue