From 76b1d260b87c85045e43d99033fd5e43d2674369 Mon Sep 17 00:00:00 2001 From: Hjf288 Date: Mon, 28 Dec 2015 16:15:13 +0000 Subject: Correct mail templates to show 'You've been invited to [teamname] team' rather than you've been invited when signing up --- api/templates/verify_body.html | 2 +- api/templates/welcome_body.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'api/templates') diff --git a/api/templates/verify_body.html b/api/templates/verify_body.html index 97571d9e3..c42b2a372 100644 --- a/api/templates/verify_body.html +++ b/api/templates/verify_body.html @@ -17,7 +17,7 @@
-

You've been invited

+

You've joined the {{ .Props.TeamDisplayName }} team

Please verify your email address by clicking below.

Verify Email diff --git a/api/templates/welcome_body.html b/api/templates/welcome_body.html index dbb94cf06..14f8e13c4 100644 --- a/api/templates/welcome_body.html +++ b/api/templates/welcome_body.html @@ -18,7 +18,7 @@ {{if .Props.VerifyUrl }}

-

You've been invited

+

You've joined the {{ .Props.TeamDisplayName }} team

Please verify your email address by clicking below.

Verify Email -- cgit v1.2.3-1-g7c22