Skip to content

Commit 5db9aa1

Browse files
committed
Update Freebuff ended session copy
1 parent c923f05 commit 5db9aa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const SessionEndedBanner: React.FC<SessionEndedBannerProps> = ({
121121
>
122122
{pendingAction === 'same-chat'
123123
? 'Starting…'
124-
: 'Press Enter to continue with a new session'}
124+
: 'Press Enter to continue in a new session'}
125125
</text>
126126
</Button>
127127
<box style={{ flexGrow: 1 }} />
@@ -148,7 +148,7 @@ export const SessionEndedBanner: React.FC<SessionEndedBannerProps> = ({
148148
>
149149
{pendingAction === 'waiting-room'
150150
? 'Opening model selection…'
151-
: 'Back to model selection (ESC)'}
151+
: 'Change model (ESC)'}
152152
</text>
153153
</Button>
154154
</box>

0 commit comments

Comments
 (0)