Timothy Jaeryang Baek 2 kuukautta sitten
vanhempi
commit
70a5be08c7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/lib/components/admin/Settings/CodeExecution.svelte

+ 1 - 1
src/lib/components/admin/Settings/CodeExecution.svelte

@@ -169,7 +169,7 @@
 								</div>
 								</div>
 							</div>
 							</div>
 
 
-							{#if config.CODE_EXECUTION_ENGINE === 'jupyter'}
+							{#if config.CODE_INTERPRETER_ENGINE === 'jupyter'}
 								<div class="text-gray-500 text-xs">
 								<div class="text-gray-500 text-xs">
 									{$i18n.t(
 									{$i18n.t(
 										'Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.'
 										'Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.'