From 7af099958ef089ca85a89e08357a5b69cc47370d Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 29 Sep 2020 15:18:48 +0200 Subject: [PATCH] LeftPanel: add missing emptyString --- LeftPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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