From 4a2428123b9b85dc09e11afe9e43c7bb3e169c07 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 16 Jun 2025 12:04:31 +0400 Subject: [PATCH] refac --- src/lib/components/chat/Navbar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}