diff --git a/api/templates/verify_body.html b/api/templates/verify_body.html index 97571d9e3a..c42b2a372d 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 dbb94cf064..14f8e13c4e 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