forked from Qortal/qortal-ui
fix translation
This commit is contained in:
parent
28b3abb869
commit
e4cb907f8e
@ -579,9 +579,9 @@ class SaveSettingsQdn extends connect(store)(LitElement) {
|
|||||||
<popover-component for="save-icon" message="">
|
<popover-component for="save-icon" message="">
|
||||||
<div style="margin-bottom:20px">
|
<div style="margin-bottom:20px">
|
||||||
<p style="margin:10px 0px; font-size:16px">
|
<p style="margin:10px 0px; font-size:16px">
|
||||||
${`${translate('walletpage.wchange12')}: ${
|
${translate('walletpage.wchange12')}: ${
|
||||||
this.fee ? this.fee.feeToShow : ''
|
this.fee ? this.fee.feeToShow : ''
|
||||||
}`}
|
}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user