mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Fix typo
This commit is contained in:
parent
a594e25b26
commit
f846935f95
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ Rectangle {
|
||||||
anchors.topMargin: 17
|
anchors.topMargin: 17
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
x: (parent.width - 17) / 2 + 17
|
x: (parent.width - 17) / 2 + 17
|
||||||
text: qsTr("Transaction prority")
|
text: qsTr("Transaction priority")
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
|
|
Loading…
Reference in a new issue