Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
81023472
"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "d3146d20ad74c020855142b2bf7e371f981ec098"
Commit
81023472
authored
Jul 15, 2024
by
SimonOriginal
Browse files
Fix i18n string syntax
parent
c97d4bbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/components/workspace/Functions/FunctionEditor.svelte
src/lib/components/workspace/Functions/FunctionEditor.svelte
+1
-1
src/lib/components/workspace/Tools/ToolkitEditor.svelte
src/lib/components/workspace/Tools/ToolkitEditor.svelte
+1
-1
No files found.
src/lib/components/workspace/Functions/FunctionEditor.svelte
View file @
81023472
...
@@ -351,7 +351,7 @@ class Pipe:
...
@@ -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>
...
...
src/lib/components/workspace/Tools/ToolkitEditor.svelte
View file @
81023472
...
@@ -239,7 +239,7 @@ class Tools:
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment