We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96d5f9 commit 1aa798dCopy full SHA for 1aa798d
packages/cli/src/ui/components/StatusRow.tsx
@@ -331,7 +331,7 @@ export const StatusRow: React.FC<StatusRowProps> = ({
331
) : isInteractiveShellWaiting ? (
332
<Box width="100%" marginLeft={LAYOUT.INDICATOR_LEFT_MARGIN}>
333
<Text color={theme.status.warning}>
334
- ! Shell awaiting input (Tab to focus)
+ {INTERACTIVE_SHELL_WAITING_PHRASE}
335
</Text>
336
</Box>
337
) : (
0 commit comments