From 222a5e00fa7da8ded70238ce01cddf00a6bd7a10 Mon Sep 17 00:00:00 2001 From: Khushboo Verma Date: Wed, 13 Aug 2025 12:39:52 +0530 Subject: [PATCH] Update invite email copy --- app/config/locale/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/translations/en.json b/app/config/locale/translations/en.json index 92706b04ab..a3284440f4 100644 --- a/app/config/locale/translations/en.json +++ b/app/config/locale/translations/en.json @@ -57,7 +57,7 @@ "emails.invitation.subject": "Invitation to %s Team at %s", "emails.invitation.preview": "{{owner}} invited you to join {{team}} at {{project}}", "emails.invitation.hello": "Hello {{user}},", - "emails.invitation.body": "This mail was sent to you because {{b}}{{owner}}{{/b}} wanted to invite you to become a member of the {{b}}{{team}}{{/b}} team at {{b}}{{project}}{{/b}}.", + "emails.invitation.body": "This mail was sent to you because {{b}}{{owner}}{{/b}} invited you to become a member of the {{b}}{{team}}{{/b}} team at {{b}}{{project}}{{/b}}.", "emails.invitation.footer": "If you are not interested, you can ignore this message.", "emails.invitation.thanks": "Thanks,", "emails.invitation.buttonText": "Accept invite to {{team}}",