From a2e2e64ad3dd953c1d552e38f78d093119960b61 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 17 Nov 2025 10:08:32 -0500 Subject: [PATCH] chore(setup): model chooser language copyedit --- internal/tui/components/chat/splash/splash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tui/components/chat/splash/splash.go b/internal/tui/components/chat/splash/splash.go index 78d12a2d228ac4117a145f20641d7954482bfc3e..ffa6dbc8584f55be3e4dc5983c6da10bbc89251f 100644 --- a/internal/tui/components/chat/splash/splash.go +++ b/internal/tui/components/chat/splash/splash.go @@ -446,7 +446,7 @@ func (s *splashCmp) View() string { modelSelector := t.S().Base.AlignVertical(lipgloss.Bottom).Height(remainingHeight).Render( lipgloss.JoinVertical( lipgloss.Left, - t.S().Base.PaddingLeft(1).Foreground(t.Primary).Render("Choose a Model"), + t.S().Base.PaddingLeft(1).Foreground(t.Primary).Render("To start, let’s choose a provider and model."), "", modelListView, ),