mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
c26d7ff463
commit
c90cd6019a
1 changed files with 5 additions and 2 deletions
|
|
@ -173,7 +173,7 @@
|
|||
></iframe>
|
||||
</div>
|
||||
{:else}
|
||||
<div class="m-auto text-xs">No HTML, CSS, or JavaScript content found.</div>
|
||||
<div class="m-auto text-xs">{$i18n.t('No HTML, CSS, or JavaScript content found.')}</div>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -205,7 +205,10 @@
|
|||
</button>
|
||||
|
||||
<div class="text-xs self-center dark:text-gray-100 min-w-fit">
|
||||
Version {selectedContentIdx + 1} of {contents.length}
|
||||
{$i18n.t('Version {{selectedVersion}} of {{totalVersions}}', {
|
||||
selectedVersion: selectedContentIdx + 1,
|
||||
totalVersions: contents.length
|
||||
})}
|
||||
</div>
|
||||
|
||||
<button
|
||||
|
|
|
|||
Loading…
Reference in a new issue