From 2aabc9fd5f5d9504ccf21504481b37943f05ce9f Mon Sep 17 00:00:00 2001 From: Mark McLaughlin Date: Tue, 24 Feb 2026 09:34:06 -0800 Subject: [PATCH] fix(ui): correct capitalization and wording in SessionRetentionWarningDialog --- .../ui/components/SessionRetentionWarningDialog.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/packages/cli/src/ui/components/SessionRetentionWarningDialog.tsx b/packages/cli/src/ui/components/SessionRetentionWarningDialog.tsx index cd0477105c..3b2cf6815b 100644 --- a/packages/cli/src/ui/components/SessionRetentionWarningDialog.tsx +++ b/packages/cli/src/ui/components/SessionRetentionWarningDialog.tsx @@ -24,7 +24,7 @@ export const SessionRetentionWarningDialog = ({ }: SessionRetentionWarningDialogProps) => { const options: Array void>> = [ { - label: 'Keep for 30 days (Recommended)', + label: 'Keep for 30 days (recommended)', value: onKeep30Days, key: '30days', sublabel: `${sessionsToDeleteCount} session${ @@ -47,14 +47,14 @@ export const SessionRetentionWarningDialog = ({ width="100%" padding={1} > - + Keep chat history - To keep your workspace clean, we are introducing a limit on how long - chat sessions are stored. Please choose a retention period for your + To keep your workspace clean, we‘re introducing a limit on how + long chat sessions are stored. Choose a retention period for your existing chats: @@ -69,8 +69,9 @@ export const SessionRetentionWarningDialog = ({ - Set a custom limit /settings{' '} - and change "Keep chat history". + Set a custom limit in{' '} + /settings and change + "Keep chat history".