We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0148514 commit d575c88Copy full SHA for d575c88
cli/src/components/session-ended-banner.tsx
@@ -84,7 +84,7 @@ export const SessionEndedBanner: React.FC<SessionEndedBannerProps> = ({
84
style={{ fg: rejoining ? theme.muted : theme.primary }}
85
attributes={TextAttributes.BOLD}
86
>
87
- {rejoining ? 'Rejoining…' : '[Enter] Rejoin waiting room'}
+ {rejoining ? 'Rejoining…' : 'Press Enter to rejoin waiting room'}
88
</text>
89
</Button>
90
)}
0 commit comments