diff --git a/src/lib/components/workspace/Tools.svelte b/src/lib/components/workspace/Tools.svelte
index 23b46b126..be2b36a22 100644
--- a/src/lib/components/workspace/Tools.svelte
+++ b/src/lib/components/workspace/Tools.svelte
@@ -440,7 +440,7 @@
-
- {$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')}.
- {$i18n.t('Do not install tools from sources you do not fully trust.')}
diff --git a/src/lib/components/workspace/Tools/ToolkitEditor.svelte b/src/lib/components/workspace/Tools/ToolkitEditor.svelte
index 0afd0ba41..718ddb39d 100644
--- a/src/lib/components/workspace/Tools/ToolkitEditor.svelte
+++ b/src/lib/components/workspace/Tools/ToolkitEditor.svelte
@@ -270,7 +270,7 @@ class Tools:
-
- {$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.')}
- {$i18n.t('Do not install tools from sources you do not fully trust.')}