mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-03-27 07:45:54 +00:00
Change translation
This commit is contained in:
parent
1e0226d82f
commit
c13088880a
@ -54,7 +54,7 @@ class MultiWallet extends LitElement {
|
|||||||
dogeAmount: { type: Number },
|
dogeAmount: { type: Number },
|
||||||
dgbRecipient: { type: String },
|
dgbRecipient: { type: String },
|
||||||
dgbAmount: { type: Number },
|
dgbAmount: { type: Number },
|
||||||
rvnRecipient: { type: String },
|
rvnRecipient: { type: String },
|
||||||
rvnAmount: { type: Number },
|
rvnAmount: { type: Number },
|
||||||
arrrRecipient: { type: String },
|
arrrRecipient: { type: String },
|
||||||
arrrAmount: { type: Number },
|
arrrAmount: { type: Number },
|
||||||
@ -69,7 +69,7 @@ class MultiWallet extends LitElement {
|
|||||||
ltcFeePerByte: { type: Number },
|
ltcFeePerByte: { type: Number },
|
||||||
dogeFeePerByte: { type: Number },
|
dogeFeePerByte: { type: Number },
|
||||||
dgbFeePerByte: { type: Number },
|
dgbFeePerByte: { type: Number },
|
||||||
rvnFeePerByte: { type: Number },
|
rvnFeePerByte: { type: Number },
|
||||||
balanceString: { type: String },
|
balanceString: { type: String },
|
||||||
arrrWalletAddress: { type: String },
|
arrrWalletAddress: { type: String },
|
||||||
exportErrorMessage: { type: String },
|
exportErrorMessage: { type: String },
|
||||||
@ -693,7 +693,7 @@ class MultiWallet extends LitElement {
|
|||||||
this.sendMoneyLoading = false
|
this.sendMoneyLoading = false
|
||||||
this.isValidAmount = false
|
this.isValidAmount = false
|
||||||
this.btnDisable = false
|
this.btnDisable = false
|
||||||
this.balance = 0
|
this.balance = 0
|
||||||
this.amount = 0
|
this.amount = 0
|
||||||
this.btcAmount = 0
|
this.btcAmount = 0
|
||||||
this.ltcAmount = 0
|
this.ltcAmount = 0
|
||||||
@ -1708,7 +1708,7 @@ class MultiWallet extends LitElement {
|
|||||||
<mwc-textfield
|
<mwc-textfield
|
||||||
style="width: 100%;"
|
style="width: 100%;"
|
||||||
id="arrrMemo"
|
id="arrrMemo"
|
||||||
label="${translate("walletpage.wchange50")}"
|
label="${translate("walletpage.wchange57")}"
|
||||||
type="text"
|
type="text"
|
||||||
value="${this.arrrMemo}"
|
value="${this.arrrMemo}"
|
||||||
maxLength="256"
|
maxLength="256"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user