VC/Zoom: fix typo

This commit is contained in:
Pedro Ferreira 2020-11-18 10:37:36 +01:00
parent 716fc30ac7
commit e56fed04bc

View File

@ -40,7 +40,7 @@ class VCRoomForm(VCRoomFormBase):
skip_fields = advanced_fields | VCRoomFormBase.conditional_fields
meeting_type = IndicoRadioField(_("Meeting Type"),
description=_("The type of Zoom meeting ot be created"),
description=_("The type of Zoom meeting to be created"),
orientation='horizontal',
choices=[
('regular', _('Regular Meeting')),