Update button text from 'Add Sequence' to 'Create Sequence'
This commit is contained in:
@@ -184,7 +184,7 @@ export function ProjectSequencesPanel({
|
|||||||
|
|
||||||
<div className="inline-actions">
|
<div className="inline-actions">
|
||||||
<button className="toolbar__button" type="button" onClick={onAddSequence}>
|
<button className="toolbar__button" type="button" onClick={onAddSequence}>
|
||||||
Add Sequence
|
Create Sequence
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user