From e56fed04bc65da804e5f99511ced20e2b144187f Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Wed, 18 Nov 2020 10:37:36 +0100 Subject: [PATCH] VC/Zoom: fix typo --- vc_zoom/indico_vc_zoom/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')),