mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-14 23:22:44 +00:00
refac
This commit is contained in:
parent
7ab8b76449
commit
237b11c6d9
4 changed files with 4 additions and 4 deletions
|
|
@ -306,7 +306,7 @@
|
|||
}}
|
||||
>
|
||||
{#if pipelineFiles}
|
||||
{$i18n.t('{{count}} pipeline(s) selected', { count: pipelineFiles.length })}
|
||||
{$i18n.t('{{COUNT}} pipeline(s) selected', { COUNT: pipelineFiles.length })}
|
||||
{:else}
|
||||
{$i18n.t('Select a .py file')}
|
||||
{/if}
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@
|
|||
}}
|
||||
>
|
||||
{#if inputFiles}
|
||||
{$i18n.t('{{count}} document(s) selected.', { count: inputFiles.length })}
|
||||
{$i18n.t('{{COUNT}} document(s) selected.', { COUNT: inputFiles.length })}
|
||||
{:else}
|
||||
{$i18n.t('Click here to select a csv file.')}
|
||||
{/if}
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@
|
|||
}}
|
||||
>
|
||||
<span class="truncate"
|
||||
>{$i18n.t('Enable all ({{count}})', { count: matchedVoices.length })}</span
|
||||
>{$i18n.t('Enable all ({{COUNT}})', { COUNT: matchedVoices.length })}</span
|
||||
>
|
||||
</button>
|
||||
{/if}
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
on:click={enableItems}
|
||||
>
|
||||
<span class="truncate"
|
||||
>{$i18n.t('Enable all ({{count}})', { count: matchedItems.length })}</span
|
||||
>{$i18n.t('Enable all ({{COUNT}})', { COUNT: matchedItems.length })}</span
|
||||
>
|
||||
</button>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue