diff --git a/packages/cli/src/ui/components/StatusRow.tsx b/packages/cli/src/ui/components/StatusRow.tsx index 24b5a97d4e..f162481ce5 100644 --- a/packages/cli/src/ui/components/StatusRow.tsx +++ b/packages/cli/src/ui/components/StatusRow.tsx @@ -331,7 +331,7 @@ export const StatusRow: React.FC = ({ ) : isInteractiveShellWaiting ? ( - ! Shell awaiting input (Tab to focus) + {INTERACTIVE_SHELL_WAITING_PHRASE} ) : (