diff --git a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja
index c6fe66f7..8571cc08 100644
--- a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja
+++ b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja
@@ -50,16 +50,18 @@
{% for att in values['changed'] %}
{{ att.filename|linebreaksbr }}
- {% if att.changes.is_deprecated %}
- {% if att.changes.is_deprecated.1 %}
- to deprecated
- {% else %}
- to not deprecated
+
+ {% if att.changes.is_deprecated %}
+ {% if att.changes.is_deprecated.1 %}
+ - to deprecated
+ {% else %}
+ - to not deprecated
+ {% endif %}
{% endif %}
- {% endif %}
- {% if att.changes.description %}
- to att.changes.description.1
- {% endif %}
+ {% if att.changes.description %}
+ - description to att.changes.description.1
+ {% endif %}
+
{% endfor %}
{% endif %}