diff --git a/templates/complaint.html.twig b/templates/complaint.html.twig
index a73bc42..1a76d83 100644
--- a/templates/complaint.html.twig
+++ b/templates/complaint.html.twig
@@ -17,13 +17,13 @@
- {{ form(form) }}
+ {{ form(form) }}
{% if isSubmitted != null %}
{% if isSubmitted %}
-
Form submitted successfully
+ Email sent successfully
{% else %}
- Form failed to submit with errors
+ Form/email failed to submit with errors. Contact IT
{% endif %}
{% else %}
{% endif %}