diff options
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index e99fa9fe..acefa60f 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -121,7 +121,7 @@ Rectangle { Text { id: testnetLabel - visible: persistentSettings.testnet + visible: persistentSettings.nettype text: qsTr("Testnet") + translationManager.emptyString anchors.top: parent.top anchors.topMargin: 8 |
