diff --git a/src/lib/components/chat/ChatPlaceholder.svelte b/src/lib/components/chat/ChatPlaceholder.svelte index 9804dcaca..43fc94aeb 100644 --- a/src/lib/components/chat/ChatPlaceholder.svelte +++ b/src/lib/components/chat/ChatPlaceholder.svelte @@ -28,7 +28,7 @@ } $: models = modelIds.map((id) => $_models.find((m) => m.id === id)); - + onMount(() => { mounted = true; }); @@ -67,15 +67,15 @@ {#if $temporaryChatEnabled} - -
- Temporary Chat -
-
+ +
+ {$i18n.t('Temporary Chat')} +
+
{/if}
$_models.find((m) => m.id === id)); - + onMount(() => {});
{#if $temporaryChatEnabled} - -
- Temporary Chat -
-
+ +
+ {$i18n.t('Temporary Chat')} +
+
{/if}