diff --git a/frontend/src/lib/components/flows/content/FlowRetries.svelte b/frontend/src/lib/components/flows/content/FlowRetries.svelte
index 270f241b29..6afcbc69e1 100644
--- a/frontend/src/lib/components/flows/content/FlowRetries.svelte
+++ b/frontend/src/lib/components/flows/content/FlowRetries.svelte
@@ -44,12 +44,12 @@
{#if $flowStore.value.retry?.constant}
Attempts
- Seconds
+ Delay (seconds)
{:else}
Attempts
- Seconds
+ Delay (seconds)
{/if}
@@ -71,14 +71,14 @@
Mulitplier
- Seconds
+ Initial delay (seconds)
{:else}
Attempts
Mulitplier
- Seconds
+ Initial delay (seconds)
{/if}
diff --git a/frontend/src/routes/schedules.svelte b/frontend/src/routes/schedules.svelte
index b650b58742..745977257a 100644
--- a/frontend/src/routes/schedules.svelte
+++ b/frontend/src/routes/schedules.svelte
@@ -62,7 +62,7 @@
-
+