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:
_00_ 2025-07-15 13:55:49 +02:00 committed by GitHub
parent 9063942055
commit 1092827895
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,9 +133,9 @@
>
<div class="flex items-center gap-1.5 text-xs">
{#if enableFullContent}
Using Entire Document
$i18n.t('Using Entire Document')
{:else}
Using Focused Retrieval
$i18n.t(`Using Focused Retrieval')
{/if}
<Switch
bind:state={enableFullContent}