mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
Fix some FileItemModal.svelte- locales strings
convert strings "Using Entire Document" and "Using Focused Retrieval" to i18n locales, to address issue: https://github.com/open-webui/open-webui/issues/15728
This commit is contained in:
@@ -133,9 +133,9 @@
|
|||||||
>
|
>
|
||||||
<div class="flex items-center gap-1.5 text-xs">
|
<div class="flex items-center gap-1.5 text-xs">
|
||||||
{#if enableFullContent}
|
{#if enableFullContent}
|
||||||
Using Entire Document
|
$i18n.t('Using Entire Document')
|
||||||
{:else}
|
{:else}
|
||||||
Using Focused Retrieval
|
$i18n.t(`Using Focused Retrieval')
|
||||||
{/if}
|
{/if}
|
||||||
<Switch
|
<Switch
|
||||||
bind:state={enableFullContent}
|
bind:state={enableFullContent}
|
||||||
|
|||||||
Reference in New Issue
Block a user