summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/contents/ui/ComposerView.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index afa7bf43..a27e90e9 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -442,15 +442,14 @@ Kube.View {
442 } 442 }
443 443
444 RowLayout { 444 RowLayout {
445 Kube.Switch {} 445 Kube.CheckBox {}
446 Kube.Label { 446 Kube.Label {
447 text: qsTr("encrypt") 447 text: qsTr("encrypt")
448 } 448 }
449 } 449 }
450 450
451 RowLayout { 451 RowLayout {
452 Kube.Switch { 452 Kube.CheckBox {}
453 }
454 Kube.Label { 453 Kube.Label {
455 text: qsTr("sign") 454 text: qsTr("sign")
456 } 455 }