From 39f72310d55b1374832d9998219b54953779079f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 07:31:08 +0200 Subject: [PATCH] Update routine summary for global sequences --- src/app/ProjectSchedulePane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ProjectSchedulePane.tsx b/src/app/ProjectSchedulePane.tsx index c051860e..b0cf72ab 100644 --- a/src/app/ProjectSchedulePane.tsx +++ b/src/app/ProjectSchedulePane.tsx @@ -334,7 +334,7 @@ function getRoutineSummary( const effect = heldSteps[0]; if (routine.target.kind === "global" && routine.sequenceId !== null) { - summaryParts.push("Impulse Sequence"); + summaryParts.push("Start Sequence"); } else if (effect?.type === "controlEffect") { summaryParts.push(formatControlEffectValue(effect.effect)); }