[BUG] Fix bad transation call (#1973)
* fix: `:label="$('xxx')` to :label="$t('xxx')
* chore: commit bundles
* chore: remove extra file
This commit is contained in:
parent
69703b0a05
commit
2971b571bc
1 changed files with 2 additions and 2 deletions
|
|
@ -335,7 +335,7 @@
|
||||||
:options="{width:240}"
|
:options="{width:240}"
|
||||||
></qrcode>
|
></qrcode>
|
||||||
</a>
|
</a>
|
||||||
<p v-text="$('drain_funds_desc')"></p>
|
<p v-text="$t('drain_funds_desc')"></p>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-expansion-item>
|
</q-expansion-item>
|
||||||
|
|
@ -481,7 +481,7 @@
|
||||||
filled
|
filled
|
||||||
dense
|
dense
|
||||||
v-model.number="receive.data.amount"
|
v-model.number="receive.data.amount"
|
||||||
:label="$('amount')+' ({{LNBITS_DENOMINATION}}) *'"
|
:label="$t('amount')+' ({{LNBITS_DENOMINATION}}) *'"
|
||||||
mask="#.##"
|
mask="#.##"
|
||||||
fill-mask="0"
|
fill-mask="0"
|
||||||
reverse-fill-mask
|
reverse-fill-mask
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue