From b93e98c3b76a5fb98295e5fe7f3d4906f2daf040 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 9 Jan 2023 16:46:36 +0100 Subject: [PATCH] nits: clarify resume messages --- frontend/src/lib/components/FlowStatusViewer.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}