Update button text from 'Add Sequence' to 'Create Sequence'

This commit is contained in:
2026-04-15 01:19:31 +02:00
parent dfc94f1b95
commit 12243bf5cc

View File

@@ -184,7 +184,7 @@ export function ProjectSequencesPanel({
<div className="inline-actions">
<button className="toolbar__button" type="button" onClick={onAddSequence}>
Add Sequence
Create Sequence
</button>
</div>