Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ietf/secr/announcement/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading