forked from Public/monero-gui
Merge pull request #3120
7af0999 LeftPanel: add missing emptyString (selsta)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user