diff --git a/frontend/src/lib/components/apps/editor/AppInputs.svelte b/frontend/src/lib/components/apps/editor/AppInputs.svelte
index 54205caa47..38329dbc2a 100644
--- a/frontend/src/lib/components/apps/editor/AppInputs.svelte
+++ b/frontend/src/lib/components/apps/editor/AppInputs.svelte
@@ -36,7 +36,7 @@
{#if $app?.hiddenInlineScripts?.length > 0}
-
Background script inputs
+ Background runnable inputs
{#each $app?.hiddenInlineScripts ?? [] as script, index (script.name)}
diff --git a/frontend/src/lib/components/apps/editor/contextPanel/ContextPanel.svelte b/frontend/src/lib/components/apps/editor/contextPanel/ContextPanel.svelte
index a44abe411b..15c9402a3f 100644
--- a/frontend/src/lib/components/apps/editor/contextPanel/ContextPanel.svelte
+++ b/frontend/src/lib/components/apps/editor/contextPanel/ContextPanel.svelte
@@ -66,7 +66,7 @@
{/each}
- Background scripts
+ Background runnables
diff --git a/frontend/src/lib/components/apps/editor/inlineScriptsPanel/InlineScriptsPanelList.svelte b/frontend/src/lib/components/apps/editor/inlineScriptsPanel/InlineScriptsPanelList.svelte
index cc5fa95fb8..c9ec8d3ec2 100644
--- a/frontend/src/lib/components/apps/editor/inlineScriptsPanel/InlineScriptsPanelList.svelte
+++ b/frontend/src/lib/components/apps/editor/inlineScriptsPanel/InlineScriptsPanelList.svelte
@@ -156,13 +156,13 @@
- Background scripts
+ Background runnables
- Background scripts are triggered upon global refresh or when their input changes. The
- result of a background script can be shared among many components.
+ Background runnables are triggered upon global refresh or when their input changes. The
+ result of a background runnable can be shared among many components.
diff --git a/frontend/src/lib/components/apps/editor/settingsPanel/script/shared/ScriptRunConfiguration.svelte b/frontend/src/lib/components/apps/editor/settingsPanel/script/shared/ScriptRunConfiguration.svelte
index fb629a7147..eb4aee9c57 100644
--- a/frontend/src/lib/components/apps/editor/settingsPanel/script/shared/ScriptRunConfiguration.svelte
+++ b/frontend/src/lib/components/apps/editor/settingsPanel/script/shared/ScriptRunConfiguration.svelte
@@ -20,7 +20,7 @@
Run on start and app refresh
- You may want to disable this so that the background script is only triggered by
+ You may want to disable this so that the background runnable is only triggered by
changes to other values or triggered by another computation on a button (See
'Recompute Others')