From cc0fefd304e471a306f20ea14a8aa69cca5dd34d Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 25 Apr 2025 09:10:01 -0300 Subject: [PATCH] chore: fix typo in help_text --- ietf/secr/announcement/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/secr/announcement/forms.py b/ietf/secr/announcement/forms.py index 820ef79a09..91004ea270 100644 --- a/ietf/secr/announcement/forms.py +++ b/ietf/secr/announcement/forms.py @@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs): # nomcom field is defined declaratively so label and help_text must be set here self.fields["nomcom"].label = "NomCom message:" self.fields["nomcom"].help_text = ( - "If this is a NomCom announcement specifiy which NomCom group here" + "If this is a NomCom announcement specify which NomCom group here" ) nomcom_roles = person.role_set.filter( group__in=self.fields["nomcom"].queryset, name="chair"