diff --git a/common/jinja2/common/edit_description.jinja b/common/jinja2/common/edit_description.jinja index c22f3f7f9..e524d3dd7 100644 --- a/common/jinja2/common/edit_description.jinja +++ b/common/jinja2/common/edit_description.jinja @@ -58,10 +58,6 @@ {% call django_form(action=object.get_url("edit")) %} {{ crispy(form) }} {% endcall %} - {{ govukDetails({ - "summaryText": "Help with formatting description", - "html": description_help_html - }) }} {% endblock %} diff --git a/footnotes/forms.py b/footnotes/forms.py index 39dc026fa..76afa3f3e 100644 --- a/footnotes/forms.py +++ b/footnotes/forms.py @@ -99,7 +99,7 @@ class Meta: footnote_type = forms.ModelChoiceField( label="Footnote type", help_text=( - "The footnote type will determine whether it can be" + "The footnote type will determine whether it can be " "associated with measures, commodity codes, or both." ), queryset=models.FootnoteType.objects.latest_approved(), diff --git a/workbaskets/jinja2/workbaskets/delete_workbasket.jinja b/workbaskets/jinja2/workbaskets/delete_workbasket.jinja index c60796cf4..cf439cefa 100644 --- a/workbaskets/jinja2/workbaskets/delete_workbasket.jinja +++ b/workbaskets/jinja2/workbaskets/delete_workbasket.jinja @@ -33,7 +33,7 @@

Are you sure you want to permanently delete workbasket {{ object.pk }}?

{{ govukWarningText({ - "text": "Deleted workbaskets can not be recovered.", + "text": "Deleted workbaskets cannot be recovered.", "iconFallbackText": "Warning" }) }}