summaryrefslogtreecommitdiffstats
path: root/framework/qml/AccountSwitcher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/AccountSwitcher.qml')
-rw-r--r--framework/qml/AccountSwitcher.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/AccountSwitcher.qml b/framework/qml/AccountSwitcher.qml
index b08983b3..f8ff21b9 100644
--- a/framework/qml/AccountSwitcher.qml
+++ b/framework/qml/AccountSwitcher.qml
@@ -151,7 +151,7 @@ Controls.ToolButton {
151 151
152 Layout.fillHeight: true 152 Layout.fillHeight: true
153 153
154 Controls2.Label { 154 Kube.Label {
155 text: model.name 155 text: model.name
156 } 156 }
157 157