fix: better naming (#3577)
This commit is contained in:
parent
92aad20dd7
commit
7f114ddcc0
1 changed files with 4 additions and 2 deletions
|
|
@ -135,7 +135,8 @@
|
||||||
class="q-mr-md"
|
class="q-mr-md"
|
||||||
@click="showParseDialog"
|
@click="showParseDialog"
|
||||||
:disable="!this.g.wallet.canSendPayments"
|
:disable="!this.g.wallet.canSendPayments"
|
||||||
:label="$t('paste_request')"
|
:label="$t('receive')"
|
||||||
|
icon="file_download"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
<q-btn
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
|
|
@ -143,7 +144,8 @@
|
||||||
class="q-mr-md"
|
class="q-mr-md"
|
||||||
@click="showReceiveDialog"
|
@click="showReceiveDialog"
|
||||||
:disable="!this.g.wallet.canReceivePayments"
|
:disable="!this.g.wallet.canReceivePayments"
|
||||||
:label="$t('create_invoice')"
|
:label="$t('send')"
|
||||||
|
icon="file_upload"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
<q-btn
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue