This commit is contained in:
Timothy Jaeryang Baek 2025-06-16 12:04:31 +04:00
parent ba6fc385bb
commit 4a2428123b

View File

@ -195,7 +195,7 @@
{#if $temporaryChatEnabled && $chatId === 'local'} {#if $temporaryChatEnabled && $chatId === 'local'}
<div class=" w-full z-30 text-center"> <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> </div>
{/if} {/if}