mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +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;
|
showImportChatsModal = true;
|
||||||
}}
|
}}
|
||||||
draggable="false"
|
draggable="false"
|
||||||
aria-label={$i18n.t('Import Chats')}
|
aria-label="导入聊天记录"
|
||||||
>
|
>
|
||||||
<div class="self-center">
|
<div class="self-center">
|
||||||
<svg
|
<svg
|
||||||
|
|
@ -1307,7 +1307,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex self-center translate-y-[0.5px]">
|
<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>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue