Commit 3668179d authored by SimonOriginal's avatar SimonOriginal
Browse files

refac 2

parent fa26b8d7
...@@ -440,7 +440,7 @@ ...@@ -440,7 +440,7 @@
<ul class=" mt-1 list-disc pl-4 text-xs"> <ul class=" mt-1 list-disc pl-4 text-xs">
<li> <li>
{$i18n.t('Tools have a function calling system that allows arbitrary code execution')}. {$i18n.t('Tools have a function calling system that allows arbitrary code execution')}.
</li> </li>
<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li> <li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
</ul> </ul>
......
...@@ -270,7 +270,7 @@ class Tools: ...@@ -270,7 +270,7 @@ class Tools:
<ul class=" mt-1 list-disc pl-4 text-xs"> <ul class=" mt-1 list-disc pl-4 text-xs">
<li> <li>
{$i18n.t('Tools have a function calling system that allows arbitrary code execution.')} {$i18n.t('Tools have a function calling system that allows arbitrary code execution.')}
</li> </li>
<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li> <li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
</ul> </ul>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment