From 71d8f8b33c7df8a3b51b2cf88e7d0d5c28578061 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Wed, 23 Oct 2024 13:08:58 +0200 Subject: [PATCH] qml: followup prev. As now since c90c87afb951e0ef9099621d11f2a470a17f1972 there's always a confirmation popup, we can use Pay... here --- electrum/gui/qml/components/ConfirmTxDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/components/ConfirmTxDialog.qml b/electrum/gui/qml/components/ConfirmTxDialog.qml index ea9470cdc..afc8befbf 100644 --- a/electrum/gui/qml/components/ConfirmTxDialog.qml +++ b/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()