diff --git a/templates/emails/alert-body-text.html b/templates/emails/alert-body-text.html
index 6e28ba73..7b203aad 100644
--- a/templates/emails/alert-body-text.html
+++ b/templates/emails/alert-body-text.html
@@ -1,13 +1,12 @@
{% load hc_extras %}
The check "{{ check.name_then_code }}" has gone {{ check.status }}.
-
+{% if check.status == "down" and check.desc %}
Additional notes:
{{ check.desc }}
-
+{% endif %}
More information:
{{ check.details_url }}
-
--
Regards,
{% site_name %}