mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 05:15:18 +00:00
modified: src/lib/components/layout/Sidebar.svelte
This commit is contained in:
parent
40b7ac7dc9
commit
2812f935e7
1 changed files with 2 additions and 2 deletions
|
|
@ -1290,7 +1290,7 @@
|
|||
showImportChatsModal = true;
|
||||
}}
|
||||
draggable="false"
|
||||
aria-label={$i18n.t('Import Chats')}
|
||||
aria-label="导入聊天记录"
|
||||
>
|
||||
<div class="self-center">
|
||||
<svg
|
||||
|
|
@ -1307,7 +1307,7 @@
|
|||
</svg>
|
||||
</div>
|
||||
<div class="flex self-center translate-y-[0.5px]">
|
||||
<div class="self-center text-sm font-primary">{$i18n.t('Import Chats')}</div>
|
||||
<div class="self-center text-sm font-primary">导入聊天记录</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue