diff --git a/ietf/nomcom/forms.py b/ietf/nomcom/forms.py index 8bfefe846..391cefae6 100644 --- a/ietf/nomcom/forms.py +++ b/ietf/nomcom/forms.py @@ -815,5 +815,5 @@ class EditNomineeForm(forms.ModelForm): fields = ('nominee_email',) class NominationResponseCommentForm(forms.Form): - comments = forms.CharField(widget=forms.Textarea,required=False,help_text="Any comments provided will be encrytped and will only be visible to the NomCom.", strip=False) + comments = forms.CharField(widget=forms.Textarea,required=False,help_text="Any comments provided will be encrypted and will only be visible to the NomCom.", strip=False) diff --git a/ietf/templates/nomcom/send_reminder_mail.html b/ietf/templates/nomcom/send_reminder_mail.html index ed9212ade..7290ba8b9 100644 --- a/ietf/templates/nomcom/send_reminder_mail.html +++ b/ietf/templates/nomcom/send_reminder_mail.html @@ -9,7 +9,7 @@ {% block nomcom_content %} {% origin %} -

Send remider to {{reminder_description}}

+

Send reminder to {{reminder_description}}

{% if nomcom.group.state_id == 'active' %}

The message that will be sent is as follows: