LeftPanel: add missing emptyString

This commit is contained in:
selsta 2020-09-29 15:18:48 +02:00
parent 7306b84d41
commit 7af099958e
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -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