mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 02:34:36 +00:00
LeftPanel: add missing emptyString
This commit is contained in:
parent
7306b84d41
commit
7af099958e
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ Rectangle {
|
||||||
MoneroComponents.Label {
|
MoneroComponents.Label {
|
||||||
fontSize: 16
|
fontSize: 16
|
||||||
visible: isSyncing
|
visible: isSyncing
|
||||||
text: qsTr("Syncing...")
|
text: qsTr("Syncing...") + translationManager.emptyString
|
||||||
color: MoneroComponents.Style.blackTheme ? "white" : "black"
|
color: MoneroComponents.Style.blackTheme ? "white" : "black"
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: 20
|
anchors.leftMargin: 20
|
||||||
|
|
Loading…
Reference in a new issue