1
0

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

can use Pay... here
This commit is contained in:
Sander van Grieken
2024-10-23 13:08:58 +02:00
parent 0f26f38d18
commit 71d8f8b33c

View File

@@ -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()