From c66832d2992205ad226d7e3f50ee7676f3519724 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Thu, 1 May 2025 11:54:35 -0500 Subject: [PATCH] fix: wording --- internal/tui/components/chat/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tui/components/chat/list.go b/internal/tui/components/chat/list.go index 12f1681f..1dfc3ab2 100644 --- a/internal/tui/components/chat/list.go +++ b/internal/tui/components/chat/list.go @@ -367,7 +367,7 @@ func (m *messagesCmp) help() string { lipgloss.Left, baseStyle.Foreground(t.TextMuted()).Bold(true).Render("press "), baseStyle.Foreground(t.Text()).Bold(true).Render("esc"), - baseStyle.Foreground(t.TextMuted()).Bold(true).Render(" to exit cancel"), + baseStyle.Foreground(t.TextMuted()).Bold(true).Render(" to interrupt"), ) } else { text += lipgloss.JoinHorizontal(