diff --git a/src/lib/components/workspace/Functions.svelte b/src/lib/components/workspace/Functions.svelte index 6fc730bc6..2aa96aae7 100644 --- a/src/lib/components/workspace/Functions.svelte +++ b/src/lib/components/workspace/Functions.svelte @@ -235,7 +235,7 @@
{#if func?.meta?.manifest?.funding_url ?? false} - +
diff --git a/src/lib/components/workspace/Functions/FunctionEditor.svelte b/src/lib/components/workspace/Functions/FunctionEditor.svelte index 059d436f2..379898848 100644 --- a/src/lib/components/workspace/Functions/FunctionEditor.svelte +++ b/src/lib/components/workspace/Functions/FunctionEditor.svelte @@ -309,7 +309,7 @@ class Pipe: @@ -317,7 +317,7 @@ class Pipe: @@ -348,10 +348,10 @@ class Pipe:
- Warning: Functions allow - arbitrary code execution
— + {$i18n.t('Warning:')} + {$i18n.t('Functions allow arbitrary code execution')}
don't install random functions from sources you don't trust.{$i18n.t('don't install random functions from sources you don't trust.')}
@@ -376,18 +376,18 @@ class Pipe: >
-
Please carefully review the following warnings:
+
{$i18n.t('Please carefully review the following warnings:')}
    -
  • Functions allow arbitrary code execution.
  • -
  • Do not install functions from sources you do not fully trust.
  • +
  • {$i18n.t('Functions allow arbitrary code execution.')}
  • +
  • {$i18n.t('Do not install functions from sources you do not fully trust.')}
- I acknowledge that I have read and I understand the implications of my action. I am aware of - the risks associated with executing arbitrary code and I have verified the trustworthiness of - the source. + {$i18n.t( + 'I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.' + )}
diff --git a/src/lib/components/workspace/Tools.svelte b/src/lib/components/workspace/Tools.svelte index 04fb5b251..4f8378716 100644 --- a/src/lib/components/workspace/Tools.svelte +++ b/src/lib/components/workspace/Tools.svelte @@ -221,7 +221,7 @@ {/if} - +