aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml2
1 files changed, 1 insertions, 1 deletions
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