Fix i18n string syntax

This commit is contained in:
SimonOriginal 2024-07-15 15:01:02 +02:00
parent c97d4bbb50
commit 8102347296
2 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,7 @@ class Pipe:
<span class=" font-semibold dark:text-gray-200">{$i18n.t('Warning:')}</span>
{$i18n.t('Functions allow arbitrary code execution')} <br />
<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>

View File

@ -239,7 +239,7 @@ class Tools:
<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 />
<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>