mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-04 22:09:10 +00:00
chore: rename blocks to groups
This commit is contained in:
committed by
Carlos Valente
parent
486d89ecf4
commit
e5d2457717
@@ -25,7 +25,7 @@ export default function RundownEmpty(props: RundownEmptyProps) {
|
||||
|
||||
<Editor.Separator />
|
||||
|
||||
<Button onClick={() => handleAddNew(SupportedEntry.Block)} variant='primary' size='large'>
|
||||
<Button onClick={() => handleAddNew(SupportedEntry.Group)} variant='primary' size='large'>
|
||||
<IoAdd /> Create Group
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user