diff --git a/pkg/cmd/tui.go b/pkg/cmd/tui.go index 1fe7ac3f..f18b876b 100644 --- a/pkg/cmd/tui.go +++ b/pkg/cmd/tui.go @@ -24,7 +24,7 @@ import ( var tuiCmd = &cobra.Command{ Use: "tui", - Short: "Launch TUI (BETA)", + Short: "Launch TUI", Args: cobra.NoArgs, Run: tui, } diff --git a/pkg/tui/gui/cmp_prompt_intro.go b/pkg/tui/gui/cmp_prompt_intro.go index 3e4f4559..fbfa41bd 100644 --- a/pkg/tui/gui/cmp_prompt_intro.go +++ b/pkg/tui/gui/cmp_prompt_intro.go @@ -72,7 +72,7 @@ func (self *PromptIntroComponent) Close() error { } func (self *PromptIntroComponent) Render() error { - text := `Welcome to the beta version of the Doppler TUI! + text := `Welcome to the Doppler TUI! To get started, close this window with Escape and then press ? to view a list of keybindings and supported operations.