diff --git a/client/src/components/Workflow/Editor/Actions/stepActions.ts b/client/src/components/Workflow/Editor/Actions/stepActions.ts index 30f558d1d6f1..168846c66dfa 100644 --- a/client/src/components/Workflow/Editor/Actions/stepActions.ts +++ b/client/src/components/Workflow/Editor/Actions/stepActions.ts @@ -326,7 +326,7 @@ export class RemoveStepAction extends UndoRedoAction { } get name() { - return `remove step ${this.step.label ?? this.step.name}`; + return `remove step "${this.step.id} ${this.step.label ?? this.step.name}"`; } run() {