diff --git a/src/lib/components/chat/ChatPlaceholder.svelte b/src/lib/components/chat/ChatPlaceholder.svelte index 9804dcaca..99eb8cbce 100644 --- a/src/lib/components/chat/ChatPlaceholder.svelte +++ b/src/lib/components/chat/ChatPlaceholder.svelte @@ -29,6 +29,8 @@ $: models = modelIds.map((id) => $_models.find((m) => m.id === id)); + const tempChatTooltipText = 'This chat won’t appear in history and your messages will not be saved.'; + onMount(() => { mounted = true; }); @@ -67,15 +69,15 @@ {#if $temporaryChatEnabled} - -
- Temporary Chat -
-
+ +
+ {$i18n.t('Temporary Chat')} +
+
{/if}
$_models.find((m) => m.id === id)); + const tempChatTooltipText = 'This chat won’t appear in history and your messages will not be saved.'; + onMount(() => {});
{#if $temporaryChatEnabled} - -
- Temporary Chat -
-
+ +
+ {$i18n.t('Temporary Chat')} +
+
{/if}