1
0

qml: change title of ConfirmTxDialog

From a user perspectuve, what they are asked to do is select the mining fee.
This commit is contained in:
ThomasV
2023-04-18 10:20:49 +02:00
parent dde609872d
commit 86aca1e24e
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ ElDialog {
property alias amountLabelText: amountLabel.text property alias amountLabelText: amountLabel.text
property alias sendButtonText: sendButton.text property alias sendButtonText: sendButton.text
title: qsTr('Confirm Transaction') title: qsTr('Transaction Fee')
// copy these to finalizer // copy these to finalizer
onAddressChanged: finalizer.address = address onAddressChanged: finalizer.address = address

View File

@@ -200,7 +200,6 @@ ElDialog {
Component { Component {
id: confirmOpenChannelDialog id: confirmOpenChannelDialog
ConfirmTxDialog { ConfirmTxDialog {
title: qsTr('Confirm Open Channel')
amountLabelText: qsTr('Channel capacity') amountLabelText: qsTr('Channel capacity')
sendButtonText: qsTr('Open Channel') sendButtonText: qsTr('Open Channel')
finalizer: channelopener.finalizer finalizer: channelopener.finalizer