[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:
Vlad Stan 2023-09-27 11:57:02 +03:00 committed by GitHub
parent 69703b0a05
commit 2971b571bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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