Browse Source

qml: change title of ConfirmTxDialog

From a user perspectuve, what they are asked to do is select the mining fee.
master
ThomasV 3 years ago
parent
commit
86aca1e24e
  1. 2
      electrum/gui/qml/components/ConfirmTxDialog.qml
  2. 1
      electrum/gui/qml/components/OpenChannelDialog.qml

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

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

1
electrum/gui/qml/components/OpenChannelDialog.qml

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

Loading…
Cancel
Save