mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
40617b9e0e
commit
4d7c8b4a6a
1 changed files with 4 additions and 4 deletions
|
|
@ -143,13 +143,13 @@
|
||||||
|
|
||||||
{#if item?.file?.data?.content}
|
{#if item?.file?.data?.content}
|
||||||
<div class="capitalize shrink-0">
|
<div class="capitalize shrink-0">
|
||||||
{getLineCount(item?.file?.data?.content ?? '')} extracted lines
|
{$i18n.t('{{COUNT}} extracted lines', {
|
||||||
|
COUNT: getLineCount(item?.file?.data?.content ?? '')
|
||||||
|
})}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex items-center gap-1 shrink-0">
|
<div class="flex items-center gap-1 shrink-0">
|
||||||
<Info />
|
• {$i18n.t('Formatting may be inconsistent from source.')}
|
||||||
|
|
||||||
Formatting may be inconsistent from source.
|
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue