We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c923f05 commit 5db9aa1Copy full SHA for 5db9aa1
1 file changed
cli/src/components/session-ended-banner.tsx
@@ -121,7 +121,7 @@ export const SessionEndedBanner: React.FC<SessionEndedBannerProps> = ({
121
>
122
{pendingAction === 'same-chat'
123
? 'Starting…'
124
- : 'Press Enter to continue with a new session'}
+ : 'Press Enter to continue in a new session'}
125
</text>
126
</Button>
127
<box style={{ flexGrow: 1 }} />
@@ -148,7 +148,7 @@ export const SessionEndedBanner: React.FC<SessionEndedBannerProps> = ({
148
149
{pendingAction === 'waiting-room'
150
? 'Opening model selection…'
151
- : 'Back to model selection (ESC)'}
+ : 'Change model (ESC)'}
152
153
154
</box>
0 commit comments