fix: change button label on wallet (#3581)
This commit is contained in:
parent
8c77f75cf1
commit
37ad515427
1 changed files with 4 additions and 4 deletions
|
|
@ -133,17 +133,17 @@
|
||||||
unelevated
|
unelevated
|
||||||
color="primary"
|
color="primary"
|
||||||
class="q-mr-md"
|
class="q-mr-md"
|
||||||
@click="showParseDialog"
|
@click="showReceiveDialog"
|
||||||
:disable="!this.g.wallet.canSendPayments"
|
|
||||||
:label="$t('receive')"
|
:label="$t('receive')"
|
||||||
|
:disable="!this.g.wallet.canReceivePayments"
|
||||||
icon="file_download"
|
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="showParseDialog"
|
||||||
:disable="!this.g.wallet.canReceivePayments"
|
:disable="!this.g.wallet.canSendPayments"
|
||||||
:label="$t('send')"
|
:label="$t('send')"
|
||||||
icon="file_upload"
|
icon="file_upload"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue