summaryrefslogtreecommitdiffstats
path: root/components/kube/qml/Kube.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/kube/qml/Kube.qml')
-rw-r--r--components/kube/qml/Kube.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/kube/qml/Kube.qml b/components/kube/qml/Kube.qml
index e33119aa..b158e1e8 100644
--- a/components/kube/qml/Kube.qml
+++ b/components/kube/qml/Kube.qml
@@ -188,7 +188,7 @@ Controls2.ApplicationWindow {
188 width: height 188 width: height
189 189
190 Kube.ToolTip { 190 Kube.ToolTip {
191 text: qsTr("outbox") 191 text: qsTr("Outbox")
192 visible: parent.hovered 192 visible: parent.hovered
193 } 193 }
194 } 194 }
@@ -221,7 +221,7 @@ Controls2.ApplicationWindow {
221 checkable: true 221 checkable: true
222 checked: kubeViews.currentViewName == "accounts" 222 checked: kubeViews.currentViewName == "accounts"
223 Controls2.ButtonGroup.group: viewButtonGroup 223 Controls2.ButtonGroup.group: viewButtonGroup
224 tooltip: qsTr("settings") 224 tooltip: qsTr("Settings")
225 } 225 }
226 } 226 }
227 } 227 }