From 13c4536a490597a48976cf00b5d3960767169eeb Mon Sep 17 00:00:00 2001 From: guoxudong Date: Fri, 29 Nov 2019 17:58:42 +0800 Subject: [PATCH] fix switch info --- cmd/switch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,