diff options
Diffstat (limited to 'framework/qml/StatusBar.qml')
-rw-r--r-- | framework/qml/StatusBar.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/StatusBar.qml b/framework/qml/StatusBar.qml index c936146e..52fcfbdc 100644 --- a/framework/qml/StatusBar.qml +++ b/framework/qml/StatusBar.qml | |||
@@ -50,7 +50,7 @@ Item { | |||
50 | State { | 50 | State { |
51 | name: "disconnected"; when: model.status == Kube.AccountsModel.OfflineStatus | 51 | name: "disconnected"; when: model.status == Kube.AccountsModel.OfflineStatus |
52 | PropertyChanges { target: root; visible: true } | 52 | PropertyChanges { target: root; visible: true } |
53 | PropertyChanges { target: statusText; text: "Disconnected"; visible: true } | 53 | PropertyChanges { target: statusText; text: qsTr("Disconnected"); visible: true } |
54 | PropertyChanges { target: descriptionText; visible: true } | 54 | PropertyChanges { target: descriptionText; visible: true } |
55 | }, | 55 | }, |
56 | State { | 56 | State { |