Rename button text in ProjectSchedulePane

This commit is contained in:
2026-04-15 00:23:56 +02:00
parent df2c543b40
commit b129f78788

View File

@@ -1053,7 +1053,7 @@ export function ProjectSequencerPane({
type="button"
onClick={() => onDeleteRoutine(selectedRoutine.id)}
>
Delete Routine
Delete Clip
</button>
</div>
</>