diff --git a/src/lib/components/chat/Navbar.svelte b/src/lib/components/chat/Navbar.svelte index e0afe577e..6fcb7a682 100644 --- a/src/lib/components/chat/Navbar.svelte +++ b/src/lib/components/chat/Navbar.svelte @@ -195,7 +195,7 @@ {#if $temporaryChatEnabled && $chatId === 'local'}
-
Temporary Chat
+
{$i18n.t('Temporary Chat')}
{/if}