adamdottv 9 месяцев назад
Родитель
Сommit
c66832d299
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      internal/tui/components/chat/list.go

+ 1 - 1
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(