Merge pull request #3120

7af0999 LeftPanel: add missing emptyString (selsta)
This commit is contained in:
luigi1111 2020-10-04 17:40:10 -05:00
commit cbbbf30198
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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