diff --git a/vc_zoom/indico_vc_zoom/forms.py b/vc_zoom/indico_vc_zoom/forms.py index 100cac9..abc71e2 100644 --- a/vc_zoom/indico_vc_zoom/forms.py +++ b/vc_zoom/indico_vc_zoom/forms.py @@ -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')),