mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 16:54:39 +00:00
Fixes typo
This commit is contained in:
parent
84e6461248
commit
3f9926487d
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ ColumnLayout {
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
Layout.topMargin: 20 * scaleRatio
|
Layout.topMargin: 20 * scaleRatio
|
||||||
fontFamily: "Ariel"
|
fontFamily: "Arial"
|
||||||
fontColor: "#555555"
|
fontColor: "#555555"
|
||||||
fontSize: 14 * scaleRatio
|
fontSize: 14 * scaleRatio
|
||||||
text: qsTr("Wallet name")
|
text: qsTr("Wallet name")
|
||||||
|
|
Loading…
Reference in a new issue