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
|
||||
color="primary"
|
||||
class="q-mr-md"
|
||||
@click="showParseDialog"
|
||||
:disable="!this.g.wallet.canSendPayments"
|
||||
@click="showReceiveDialog"
|
||||
:label="$t('receive')"
|
||||
:disable="!this.g.wallet.canReceivePayments"
|
||||
icon="file_download"
|
||||
></q-btn>
|
||||
<q-btn
|
||||
unelevated
|
||||
color="primary"
|
||||
class="q-mr-md"
|
||||
@click="showReceiveDialog"
|
||||
:disable="!this.g.wallet.canReceivePayments"
|
||||
@click="showParseDialog"
|
||||
:disable="!this.g.wallet.canSendPayments"
|
||||
:label="$t('send')"
|
||||
icon="file_upload"
|
||||
></q-btn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue