Change summary
internal/tui/components/chat/splash/splash.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -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,
),