mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
ba6fc385bb
commit
4a2428123b
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue