Skip to content

Commit 1aa798d

Browse files
authored
refactor(cli): remove duplication in interactive shell awaiting input hint (#24801)
1 parent f96d5f9 commit 1aa798d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/ui/components/StatusRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export const StatusRow: React.FC<StatusRowProps> = ({
331331
) : isInteractiveShellWaiting ? (
332332
<Box width="100%" marginLeft={LAYOUT.INDICATOR_LEFT_MARGIN}>
333333
<Text color={theme.status.warning}>
334-
! Shell awaiting input (Tab to focus)
334+
{INTERACTIVE_SHELL_WAITING_PHRASE}
335335
</Text>
336336
</Box>
337337
) : (

0 commit comments

Comments
 (0)