From 06f1695071a51a2a78519e694a81005063ed130b Mon Sep 17 00:00:00 2001 From: Sabrina Demagny Date: Thu, 13 Mar 2025 13:39:15 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(mail)=20add=20missing=20text=20and=20?= =?UTF-8?q?remove=20useless=20translations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some explanations were forgotten. Delete useless trans on 'La Régie' --- src/mail/mjml/maildomain_invitation.mjml | 4 ++-- src/mail/mjml/team_invitation.mjml | 15 +++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/mail/mjml/maildomain_invitation.mjml b/src/mail/mjml/maildomain_invitation.mjml index b2eb7b3..0f528f5 100644 --- a/src/mail/mjml/maildomain_invitation.mjml +++ b/src/mail/mjml/maildomain_invitation.mjml @@ -5,14 +5,14 @@ - + - {% trans "Welcome to" %} La Régie + {% trans "Welcome to La Régie!" %} {% trans "Hello," %} diff --git a/src/mail/mjml/team_invitation.mjml b/src/mail/mjml/team_invitation.mjml index 5f49595..cdc0f92 100644 --- a/src/mail/mjml/team_invitation.mjml +++ b/src/mail/mjml/team_invitation.mjml @@ -5,14 +5,14 @@ - + - {% trans "Welcome to" %} La Régie + {% trans "Welcome to La Régie!" %} {% trans "Hello," %} @@ -30,13 +30,20 @@ {% trans "What is La Régie?" %} + {% trans "La Régie is the administration center of la Suite, where you can manage users, groups and domains."%} + + + {% trans "What is La Suite?" %} + + {% trans "La Suite is an open-source work environment, designed for the public sector and open to commons."%} {% trans "With La Suite, you will be able to create, organise and collaborate online!" %} - - {% trans "For more information:" %} {% trans "Visit the website for La Suite numérique" %} + {% blocktranslate with link=site.url trimmed %} + For more information: Visit the website for La Suite numérique to discover what tools we offer. + {% endblocktranslate %} {% trans "Welcome aboard!" %}