diff --git a/frontend/src/lib/components/FlowStatusViewer.svelte b/frontend/src/lib/components/FlowStatusViewer.svelte index 1f95a0904c..909ef85323 100644 --- a/frontend/src/lib/components/FlowStatusViewer.svelte +++ b/frontend/src/lib/components/FlowStatusViewer.svelte @@ -183,7 +183,7 @@ {:else if job.flow_status?.modules?.[job?.flow_status?.step].type === FlowStatusModule.type.WAITING_FOR_EVENTS}
-

Waiting for approval from the previous step

+

Waiting to be resumed

{#if is_owner}
@@ -212,7 +212,8 @@ >
{:else} - You cannot resume the job without the resume id since you are not an owner of {job.script_path} + You cannot resume the flow yourself without receiving the resume secret since you + are not an owner of {job.script_path} {/if}