Merge pull request #3120

7af0999 LeftPanel: add missing emptyString (selsta)
This commit is contained in:
luigi1111
2020-10-04 17:40:10 -05:00

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