diff --git a/integreat_cms/cms/templates/contacts/contact_form.html b/integreat_cms/cms/templates/contacts/contact_form.html index 7211de81f0..4c8d9754d8 100644 --- a/integreat_cms/cms/templates/contacts/contact_form.html +++ b/integreat_cms/cms/templates/contacts/contact_form.html @@ -90,7 +90,7 @@

{% include "../_related_contents_table.html" with contents=referring_pages table_title=_("Pages") no_content_message=_("This contact is not currently referred to on any page.") %} - {% include "../_related_contents_table.html" with contents=referring_locations table_title=_("Locations") no_content_message=_("This contact is currently referred in no location.") %} + {% include "../_related_contents_table.html" with contents=referring_locations table_title=_("Locations") no_content_message=_("This contact is not currently referred to in any location.") %} {% include "../_related_contents_table.html" with contents=referring_events table_title=_("Events") no_content_message=_("This contact is currently referred in no event.") %} {% endif %}