From 97d8ee0bc53b1ae756e8688f1286699e3979cb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 20 Jan 2015 15:34:11 +0100 Subject: [PATCH] Minor fixes in emails --- .../templates/emails/export_error-body-html.jinja | 3 ++- .../emails/membership_invitation-body-html.jinja | 11 +++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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 %}

{{ error_message }}

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 %} -

You, or someone you know, has invited you to Taiga

-

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 %} +

You have been invited to Taiga!

+

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:

-

{{ extra }}

+

And now a few words from the jolly good fellow or sistren
who thought so kindly as to invite you

+

{{ extra }}

{% endtrans %} {% endif %}