diff --git a/taiga/export_import/templates/emails/export_error-body-html.jinja b/taiga/export_import/templates/emails/export_error-body-html.jinja index 47eac827..670fcc13 100644 --- a/taiga/export_import/templates/emails/export_error-body-html.jinja +++ b/taiga/export_import/templates/emails/export_error-body-html.jinja @@ -7,7 +7,8 @@ project=project.name|safe %}
Hello {{ user }},
-Please, try it again or contact with the support team at +
Your project {{ project }} has not been exported correctly
+The Taiga system administrators have been informed.
Please, try it again or contact with the support team at
{{ support_email }}
The Taiga Team
{% endtrans %} diff --git a/taiga/projects/templates/emails/membership_invitation-body-html.jinja b/taiga/projects/templates/emails/membership_invitation-body-html.jinja index ad8c019e..c5a31754 100644 --- a/taiga/projects/templates/emails/membership_invitation-body-html.jinja +++ b/taiga/projects/templates/emails/membership_invitation-body-html.jinja @@ -1,16 +1,15 @@ {% extends "emails/hero-body-html.jinja" %} {% block body %} - {% trans full_name=membership.invited_by.get_full_name(), - project=membership.project %} -Hi! {{ full_name }} has sent you an invitation to join a project called {{ project }} which is being managed on Taiga, a Free, open Source Agile Project Management Tool.
+ {% trans full_name=membership.invited_by.get_full_name(), project=membership.project %} +Hi! {{ full_name }} has sent you an invitation to join project {{ project }} in Taiga. Taiga is a Free, open Source Agile Project Management Tool.
{% endtrans %} {% if membership.invitation_extra_text %} {% trans extra=membership.invitation_extra_text|linebreaksbr %} -And now a few words from the jolly good fellow or sistren who thought so kindly as to invite you:
-And now a few words from the jolly good fellow or sistren
who thought so kindly as to invite you
{{ extra }}
{% endtrans %} {% endif %}