diff options
| author | adamdottv <[email protected]> | 2025-05-01 11:54:35 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-01 11:54:35 -0500 |
| commit | c66832d2992205ad226d7e3f50ee7676f3519724 (patch) | |
| tree | c3f43556273c916b2b7296c94f31b68897e18260 | |
| parent | 7398b4ce70d4b3b03e50b8fe1b78017e1ed995d2 (diff) | |
| download | opencode-c66832d2992205ad226d7e3f50ee7676f3519724.tar.gz opencode-c66832d2992205ad226d7e3f50ee7676f3519724.zip | |
fix: wording
| -rw-r--r-- | internal/tui/components/chat/list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/components/chat/list.go b/internal/tui/components/chat/list.go index 12f1681fa..1dfc3ab20 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( |
