diff --git a/packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte b/packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte index 3da2788fc9..5898537dae 100644 --- a/packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte +++ b/packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte @@ -93,7 +93,11 @@ {/if}
- When this happens: + {#if isTrigger} + When this happens: + {:else} + Do this: + {/if} {block?.name?.toUpperCase() || ""}