1
0

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

This commit is contained in:
ThomasV
2023-04-05 15:08:01 +02:00
parent 03f0d632af
commit b9c81b0fcb
2 changed files with 4 additions and 4 deletions

View File

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

View File

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