Timothy Jaeryang Baek 1 week ago
parent
commit
4a2428123b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/Navbar.svelte

+ 1 - 1
src/lib/components/chat/Navbar.svelte

@@ -195,7 +195,7 @@
 
 	{#if $temporaryChatEnabled && $chatId === 'local'}
 		<div class=" w-full z-30 text-center">
-			<div class="text-xs text-gray-500">Temporary Chat</div>
+			<div class="text-xs text-gray-500">{$i18n.t('Temporary Chat')}</div>
 		</div>
 	{/if}