diff --git a/codex-cli/src/components/chat/terminal-chat-command-review.tsx b/codex-cli/src/components/chat/terminal-chat-command-review.tsx index 912af97961..4d1efd98e1 100644 --- a/codex-cli/src/components/chat/terminal-chat-command-review.tsx +++ b/codex-cli/src/components/chat/terminal-chat-command-review.tsx @@ -87,7 +87,7 @@ export function TerminalChatCommandReview({ if (showAlwaysApprove) { opts.push({ - label: "Yes, always approve this exact command for this session (a)", + label: "Yes, always approve this exact patch for this session (a)", value: ReviewDecision.ALWAYS, }); }