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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user