update to coin

This commit is contained in:
AlphaX-Projects 2023-03-29 19:51:16 +02:00 committed by GitHub
parent ee4eb8390b
commit 4756456b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2445,7 +2445,7 @@ async function showModalAndWait(type, data) {
${type === actions.SEND_COIN ? `
<div class="modal-subcontainer">
<p class="modal-paragraph">${get("browserpage.bchange35")}</p>
<p style="font-size: 16px;overflow-wrap: anywhere;" class="modal-paragraph"><span style="font-weight: bold">${get("walletpage.wchange2")}:</span> ${data.coin}</p>
<p style="font-size: 16px;overflow-wrap: anywhere;" class="modal-paragraph"><span style="font-weight: bold">${get("walletpage.wchange59")}:</span> ${data.coin}</p>
<p style="font-size: 16px;overflow-wrap: anywhere;" class="modal-paragraph"><span style="font-weight: bold">${get("walletpage.wchange19")}:</span> ${data.balance} ${data.coin}</p>
<p style="font-size: 16px;overflow-wrap: anywhere;" class="modal-paragraph"><span style="font-weight: bold">${get("walletpage.wchange10")}:</span> ${data.recipient}</p>
<p style="font-size: 16px;overflow-wrap: anywhere;" class="modal-paragraph"><span style="font-weight: bold">${get("walletpage.wchange11")}:</span> ${data.amount} ${data.coin}</p>