8000 chore: fix typo in help_text by jennifer-richards · Pull Request #8841 · ietf-tools/datatracker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: fix typo in help_text #8841

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
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
0