forked from Public/monero-gui
LeftPanel: add missing emptyString
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user