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
c26d7ff463
commit
c90cd6019a
1 changed files with 5 additions and 2 deletions
|
|
@ -173,7 +173,7 @@
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{: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}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -205,7 +205,10 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="text-xs self-center dark:text-gray-100 min-w-fit">
|
<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>
|
</div>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue