Browse Source

qml rbf dialogs: use 'new fee', 'new fee rate' instead of 'mining fee'

master
ThomasV 3 years ago
parent
commit
b9c81b0fcb
  1. 4
      electrum/gui/qml/components/RbfBumpFeeDialog.qml
  2. 4
      electrum/gui/qml/components/RbfCancelDialog.qml

4
electrum/gui/qml/components/RbfBumpFeeDialog.qml

@ -117,7 +117,7 @@ ElDialog {
}
Label {
text: qsTr('Mining fee')
text: qsTr('New fee')
color: Material.accentColor
}
@ -127,7 +127,7 @@ ElDialog {
}
Label {
text: qsTr('Fee rate')
text: qsTr('New fee rate')
color: Material.accentColor
}

4
electrum/gui/qml/components/RbfCancelDialog.qml

@ -76,7 +76,7 @@ ElDialog {
}
Label {
text: qsTr('Mining fee')
text: qsTr('New fee')
color: Material.accentColor
}
@ -86,7 +86,7 @@ ElDialog {
}
Label {
text: qsTr('Fee rate')
text: qsTr('New fee rate')
color: Material.accentColor
}

Loading…
Cancel
Save