mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45: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}
|
||||
<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 class="flex items-center gap-1 shrink-0">
|
||||
<Info />
|
||||
|
||||
Formatting may be inconsistent from source.
|
||||
• {$i18n.t('Formatting may be inconsistent from source.')}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue