mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
fix: update text to match updated setting name
This commit is contained in:
committed by
Keith Guerin
parent
c55a445639
commit
3d7f73cc71
@@ -48,7 +48,7 @@ export const SessionRetentionWarningDialog = ({
|
|||||||
padding={1}
|
padding={1}
|
||||||
>
|
>
|
||||||
<Box marginBottom={1} justifyContent="center" width="100%">
|
<Box marginBottom={1} justifyContent="center" width="100%">
|
||||||
<Text bold>Keep chat history</Text>
|
<Text bold>Chat history retention</Text>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box flexDirection="column" gap={1} marginBottom={1}>
|
<Box flexDirection="column" gap={1} marginBottom={1}>
|
||||||
@@ -70,7 +70,7 @@ export const SessionRetentionWarningDialog = ({
|
|||||||
<Box marginTop={1}>
|
<Box marginTop={1}>
|
||||||
<Text color={theme.text.secondary}>
|
<Text color={theme.text.secondary}>
|
||||||
Set a custom limit <Text color={theme.text.primary}>/settings</Text>{' '}
|
Set a custom limit <Text color={theme.text.primary}>/settings</Text>{' '}
|
||||||
and change "Keep chat history".
|
and change "Chat history retention".
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user