mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-16 16:42:13 +00:00
Merge pull request #968
8e1f1db
Rename tx privacy Normal setting to Default
This commit is contained in:
commit
21a9bfb5e4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Item {
|
|||
font.pixelSize: 12 * scaleRatio
|
||||
color: "#4A4949"
|
||||
text: {
|
||||
if(currentIndex === 0) return qsTr("Normal") + translationManager.emptyString
|
||||
if(currentIndex === 0) return qsTr("Default") + translationManager.emptyString
|
||||
if(currentIndex === 13) return qsTr("High") + translationManager.emptyString
|
||||
return ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue