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