diff options
Diffstat (limited to 'components/NetworkStatusItem.qml')
| -rw-r--r-- | components/NetworkStatusItem.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/NetworkStatusItem.qml b/components/NetworkStatusItem.qml index 7b0187b4..5ba77585 100644 --- a/components/NetworkStatusItem.qml +++ b/components/NetworkStatusItem.qml @@ -82,7 +82,7 @@ Row { font.family: "Arial" font.pixelSize: 12 color: "#545454" - text: qsTr("Network status") + text: qsTr("Network status") + translationManager.emptyString } Text { |
