Browse Source

Removed extra character

This L appears to be a minor typo.
pull/34/head
QuickMythril 2 years ago
parent
commit
2af9b12c7a
  1. 2
      qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

2
qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

@ -1145,7 +1145,7 @@ class MultiWallet extends LitElement {
</p>
<div style="margin-bottom: 0;">
<p style="margin-bottom: 0;">
${translate("walletpage.wchange24")}: <span style="font-weight: bold;">${(this.dogeFeePerByte / 1e8).toFixed(8)} DOGE</span><br>L${translate("walletpage.wchange25")}
${translate("walletpage.wchange24")}: <span style="font-weight: bold;">${(this.dogeFeePerByte / 1e8).toFixed(8)} DOGE</span><br>${translate("walletpage.wchange25")}
</p>
<paper-slider
class="blue"

Loading…
Cancel
Save