Rename iCalendar label to Invite
This commit is contained in:
parent
7430422adc
commit
beb8c3ebaa
|
@ -436,7 +436,7 @@ export function ClassDetail(props) {
|
|||
<Table.Cell>{clazz.student_count} {!!clazz.max_students && '/ '+clazz.max_students}</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>iCalendar:</Table.Cell>
|
||||
<Table.Cell>Invite:</Table.Cell>
|
||||
<Table.Cell><ICalButtons token={token} clazz={clazz} /></Table.Cell>
|
||||
</Table.Row>
|
||||
</Table.Body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user