From 50329bca4c2f8abfc3f93a163ea67cc56129a9d0 Mon Sep 17 00:00:00 2001
From: Nic Manoogian <nic.manoogian@doppler.com>
Date: Mon, 1 Jul 2024 14:11:05 -0400
Subject: [PATCH] chore: remove beta annotations from tui command

---
 pkg/cmd/tui.go                  | 2 +-
 pkg/tui/gui/cmp_prompt_intro.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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.