Skip to content

Commit d575c88

Browse files
committed
Tweak text for session end banner
1 parent 0148514 commit d575c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/components/session-ended-banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const SessionEndedBanner: React.FC<SessionEndedBannerProps> = ({
8484
style={{ fg: rejoining ? theme.muted : theme.primary }}
8585
attributes={TextAttributes.BOLD}
8686
>
87-
{rejoining ? 'Rejoining…' : '[Enter] Rejoin waiting room'}
87+
{rejoining ? 'Rejoining…' : 'Press Enter to rejoin waiting room'}
8888
</text>
8989
</Button>
9090
)}

0 commit comments

Comments
 (0)