mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Refactor fee copy
Don't round up High fee to x42
This commit is contained in:
parent
4ca35af11a
commit
cbc9dd07c8
1 changed files with 4 additions and 4 deletions
|
@ -199,10 +199,10 @@ Rectangle {
|
||||||
ListModel {
|
ListModel {
|
||||||
id: priorityModelV5
|
id: priorityModelV5
|
||||||
|
|
||||||
ListElement { column1: qsTr("Low (x1 fee)") ; column2: ""; priority: 1}
|
ListElement { column1: qsTr("Low (x0.25 fee)") ; column2: ""; priority: 1}
|
||||||
ListElement { column1: qsTr("Default (x4 fee)") ; column2: ""; priority: 2 }
|
ListElement { column1: qsTr("Default (x1 fee)") ; column2: ""; priority: 2 }
|
||||||
ListElement { column1: qsTr("Medium (x20 fee)") ; column2: ""; priority: 3 }
|
ListElement { column1: qsTr("Medium (x5 fee)") ; column2: ""; priority: 3 }
|
||||||
ListElement { column1: qsTr("High (x166 fee)") ; column2: ""; priority: 4 }
|
ListElement { column1: qsTr("High (x41.5 fee)") ; column2: ""; priority: 4 }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue