Browse Source

qml: followup prev. As now since c90c87afb9 there's always a confirmation popup, we

can use Pay... here
master
Sander van Grieken 1 year ago
parent
commit
71d8f8b33c
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 2
      electrum/gui/qml/components/ConfirmTxDialog.qml

2
electrum/gui/qml/components/ConfirmTxDialog.qml

@ -264,7 +264,7 @@ ElDialog {
Layout.fillWidth: true
text: (Daemon.currentWallet.isWatchOnly || !Daemon.currentWallet.canSignWithoutCosigner)
? qsTr('Finalize')
: qsTr('Pay')
: qsTr('Pay...')
icon.source: '../../icons/confirmed.png'
enabled: finalizer.valid
onClicked: doAccept()

Loading…
Cancel
Save