diff --git a/client/web/compose/src/components/PageBlocks/Shared/AutomationTab.vue b/client/web/compose/src/components/PageBlocks/Shared/AutomationTab.vue
index 915babb6a..9cdb30a1a 100644
--- a/client/web/compose/src/components/PageBlocks/Shared/AutomationTab.vue
+++ b/client/web/compose/src/components/PageBlocks/Shared/AutomationTab.vue
@@ -102,17 +102,24 @@
{{ b.script }}
- {{ b.description }} + + {{ b.description }} + + + + {{ $t('automation.noDescription') }} +
-- {{ $t('automation.noDescription') }} -
+ {{ $t('automation.stepID', { stepID: b.stepID }) }} + diff --git a/client/web/compose/src/components/PageBlocks/Shared/AutomationTabButtonEditor.vue b/client/web/compose/src/components/PageBlocks/Shared/AutomationTabButtonEditor.vue index 4ca2da954..58725dcaf 100644 --- a/client/web/compose/src/components/PageBlocks/Shared/AutomationTabButtonEditor.vue +++ b/client/web/compose/src/components/PageBlocks/Shared/AutomationTabButtonEditor.vue @@ -37,9 +37,6 @@
{{ workflow.meta.description || $t('automation.noDescription') }}
{{ script.description || $t('automation.noDescription') }}
+
+ {{ $t('automation.stepID', { stepID: trigger.stepID }) }}
+
+