Compare commits

...
Author SHA1 Message Date
Arc 0da683e549 Fixed naming to match wallet 2025-11-23 16:17:37 +00:00
+4 -4
View File
@@ -144,16 +144,16 @@
color="primary" color="primary"
class="q-mr-md" class="q-mr-md"
@click="showParseDialog" @click="showParseDialog"
:disable="!this.g.wallet.canSendPayments" :label="$t('receive')"
:label="$t('paste_request')" icon="file_download"
></q-btn> ></q-btn>
<q-btn <q-btn
unelevated unelevated
color="primary" color="primary"
class="q-mr-md" class="q-mr-md"
@click="showReceiveDialog" @click="showReceiveDialog"
:disable="!this.g.wallet.canReceivePayments" :label="$t('send')"
:label="$t('create_invoice')" icon="file_upload"
></q-btn> ></q-btn>
<q-btn <q-btn
unelevated unelevated