mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Change "Default" fee level to "Automatic"
This commit is contained in:
parent
cd46edb23f
commit
33c195d01d
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ Rectangle {
|
|||
ListModel {
|
||||
id: priorityModelV5
|
||||
|
||||
ListElement { column1: qsTr("Default") ; column2: ""; priority: 0}
|
||||
ListElement { column1: qsTr("Automatic") ; column2: ""; priority: 0}
|
||||
ListElement { column1: qsTr("Slow (x0.25 fee)") ; column2: ""; priority: 1}
|
||||
ListElement { column1: qsTr("Normal (x1 fee)") ; column2: ""; priority: 2 }
|
||||
ListElement { column1: qsTr("Fast (x5 fee)") ; column2: ""; priority: 3 }
|
||||
|
|
Loading…
Reference in a new issue