refactor(ui): use constant for interactive shell waiting phrase

This commit is contained in:
Keith Guerin
2026-03-27 16:56:47 -07:00
parent a512438f37
commit 317c13f846
+1 -1
View File
@@ -314,7 +314,7 @@ export const StatusRow: React.FC<StatusRowProps> = ({
) : isInteractiveShellWaiting ? (
<Box width="100%" marginLeft={LAYOUT.INDICATOR_LEFT_MARGIN}>
<Text color={theme.ui.active}>
Shell awaiting input (Tab to focus)
{INTERACTIVE_SHELL_WAITING_PHRASE}
</Text>
</Box>
) : (