diff --git a/LeftPanel.qml b/LeftPanel.qml index 6f33651d..83dbce1f 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -221,7 +221,7 @@ Rectangle { MoneroComponents.Label { fontSize: 16 visible: isSyncing - text: qsTr("Syncing...") + text: qsTr("Syncing...") + translationManager.emptyString color: MoneroComponents.Style.blackTheme ? "white" : "black" anchors.left: parent.left anchors.leftMargin: 20