diff --git a/frontend/src/lib/components/ScriptBuilder.svelte b/frontend/src/lib/components/ScriptBuilder.svelte
index 75bb9a2490..f7faa346f4 100644
--- a/frontend/src/lib/components/ScriptBuilder.svelte
+++ b/frontend/src/lib/components/ScriptBuilder.svelte
@@ -409,6 +409,7 @@
{#if !isCloudHosted()}
Custom env variablesAdditional static custom env variables to pass to the script.
@@ -562,7 +563,7 @@
Script kind
Tag this script's purpose within flows such that it is available as the corresponding
- action.
+ action.
diff --git a/frontend/src/lib/components/flows/content/FlowModuleCache.svelte b/frontend/src/lib/components/flows/content/FlowModuleCache.svelte
index 74a3e3c28f..0a15bbefa1 100644
--- a/frontend/src/lib/components/flows/content/FlowModuleCache.svelte
+++ b/frontend/src/lib/components/flows/content/FlowModuleCache.svelte
@@ -12,7 +12,7 @@
Cache
-
+
If defined, the result of the step will be cached for the number of seconds defined such that if
this step were to be re-triggered with the same input it would retrieve and return its cached
value instead of recomputing it.