mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 17:19:53 +00:00
Fix i18n string syntax
This commit is contained in:
parent
c97d4bbb50
commit
8102347296
@ -351,7 +351,7 @@ class Pipe:
|
|||||||
<span class=" font-semibold dark:text-gray-200">{$i18n.t('Warning:')}</span>
|
<span class=" font-semibold dark:text-gray-200">{$i18n.t('Warning:')}</span>
|
||||||
{$i18n.t('Functions allow arbitrary code execution')} <br />—
|
{$i18n.t('Functions allow arbitrary code execution')} <br />—
|
||||||
<span class=" font-medium dark:text-gray-400"
|
<span class=" font-medium dark:text-gray-400"
|
||||||
>{$i18n.t('don't install random functions from sources you don't trust.')}</span
|
>{$i18n.t(`don't install random functions from sources you don't trust.`)}</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -239,7 +239,7 @@ class Tools:
|
|||||||
<span class=" font-semibold dark:text-gray-200">{$i18n.t('Warning:')}</span>
|
<span class=" font-semibold dark:text-gray-200">{$i18n.t('Warning:')}</span>
|
||||||
{$i18n.t('Tools are a function calling system with arbitrary code execution')} <br />—
|
{$i18n.t('Tools are a function calling system with arbitrary code execution')} <br />—
|
||||||
<span class=" font-medium dark:text-gray-400"
|
<span class=" font-medium dark:text-gray-400"
|
||||||
>{$i18n.t('don't install random tools from sources you don't trust.')}</span
|
>{$i18n.t(`don't install random tools from sources you don't trust.`)}</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user