mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-06 01:42:06 +02:00
TickDelegate.qml: Changed LOW to NORMAL
This commit is contained in:
parent
7cbd61dae2
commit
4a2266b295
@ -52,7 +52,7 @@ Item {
|
|||||||
font.pixelSize: 12
|
font.pixelSize: 12
|
||||||
color: "#4A4949"
|
color: "#4A4949"
|
||||||
text: {
|
text: {
|
||||||
if(currentIndex === 0) return qsTr("LOW") + translationManager.emptyString
|
if(currentIndex === 0) return qsTr("NORMAL") + translationManager.emptyString
|
||||||
if(currentIndex === 3) return qsTr("MEDIUM") + translationManager.emptyString
|
if(currentIndex === 3) return qsTr("MEDIUM") + translationManager.emptyString
|
||||||
if(currentIndex === 13) return qsTr("HIGH") + translationManager.emptyString
|
if(currentIndex === 13) return qsTr("HIGH") + translationManager.emptyString
|
||||||
return ""
|
return ""
|
||||||
|
Loading…
Reference in New Issue
Block a user