mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Fixed 1 typo in Settings.qml
This commit is contained in:
parent
6a386a42fc
commit
ae91fbb556
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ Rectangle {
|
|||
|
||||
Layout.fillWidth: true
|
||||
color: "#4A4949"
|
||||
text: qsTr("Daemon adress") + translationManager.emptyString
|
||||
text: qsTr("Daemon address") + translationManager.emptyString
|
||||
fontSize: 16
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue