From 1dfb69db7e677f2c9b863f001bf6c3cfa4ee6b6d Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Wed, 15 Sep 2021 16:59:15 +0100 Subject: [PATCH] change naming within blocks --- .../automation/AutomationBuilder/FlowChart/FlowItem.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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() || ""}