diff --git a/src/lib/components/admin/Settings/CodeExecution.svelte b/src/lib/components/admin/Settings/CodeExecution.svelte index 49078beca..cbce8e0e9 100644 --- a/src/lib/components/admin/Settings/CodeExecution.svelte +++ b/src/lib/components/admin/Settings/CodeExecution.svelte @@ -169,7 +169,7 @@ - {#if config.CODE_EXECUTION_ENGINE === 'jupyter'} + {#if config.CODE_INTERPRETER_ENGINE === 'jupyter'}
{$i18n.t( 'Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.'