Creates default create dialog labels based on entity terminology.
Entity labels to derive dialog text from
Complete CreateRoomDialogLabels
const labels = createDefaultCreateDialogLabels({ ...DEFAULT_ENTITY_LABELS, entity: 'Workspace', createEntity: 'Create Workspace',});// labels.title === 'Create Workspace'// labels.roomNameLabel === 'Workspace name' Copy
const labels = createDefaultCreateDialogLabels({ ...DEFAULT_ENTITY_LABELS, entity: 'Workspace', createEntity: 'Create Workspace',});// labels.title === 'Create Workspace'// labels.roomNameLabel === 'Workspace name'
Creates default create dialog labels based on entity terminology.