From 49f66f0bf5cdbe066be7e9f3d9ab718d5ae2147a Mon Sep 17 00:00:00 2001
From: Tatiana Ovchinnikova
Date: Mon, 12 Oct 2020 00:55:21 +0200
Subject: [PATCH] Refactor templates for EN locale
Improve the invitation template to make it more readable and less confusing.
Fix the recovery template.
---
.../translations/templates/en.email.auth.invitation.tpl | 4 ++--
.../locale/translations/templates/en.email.auth.recovery.tpl | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/config/locale/translations/templates/en.email.auth.invitation.tpl b/app/config/locale/translations/templates/en.email.auth.invitation.tpl
index 70ea922c0c..f801a5d3c0 100644
--- a/app/config/locale/translations/templates/en.email.auth.invitation.tpl
+++ b/app/config/locale/translations/templates/en.email.auth.invitation.tpl
@@ -2,7 +2,7 @@
Hello,
- This mail was sent to you because {{owner}} wanted to invite you to become a team member at the {{team}} team over at {{project}}.
+ This mail was sent to you because {{owner}} wanted to invite you to become a member of the {{team}} team at {{project}}.
{{cta}}
@@ -11,4 +11,4 @@
Thanks,
{{project}} team
-
\ No newline at end of file
+
diff --git a/app/config/locale/translations/templates/en.email.auth.recovery.tpl b/app/config/locale/translations/templates/en.email.auth.recovery.tpl
index a4a982f46f..57bdeb18a5 100644
--- a/app/config/locale/translations/templates/en.email.auth.recovery.tpl
+++ b/app/config/locale/translations/templates/en.email.auth.recovery.tpl
@@ -6,10 +6,10 @@
{{cta}}
- If you didn’t ask to verify this address, you can ignore this message.
+ If you didn’t ask to reset your password, you can ignore this message.
Thanks,
{{project}} team
-
\ No newline at end of file
+