diff --git a/cmd/switch.go b/cmd/switch.go index c2ed969a..51d9643d 100644 --- a/cmd/switch.go +++ b/cmd/switch.go @@ -85,7 +85,7 @@ Switch Kube Context interactively. } prompt := promptui.Select{ - Label: "Spicy Level", + Label: "Select Kube Context", Items: kubeItems, Templates: templates, Size: 4,