qml: followup prev. As now since c90c87afb9 there's always a confirmation popup, we
can use Pay... here
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user