diff --git a/templates/zerver/emails/invitation.html b/templates/zerver/emails/invitation.html index a29c46e1ac..554122e842 100644 --- a/templates/zerver/emails/invitation.html +++ b/templates/zerver/emails/invitation.html @@ -4,7 +4,7 @@
Hi there,
- {{ referrer.full_name }} ({{ referrer.email }}) wants you to join them on Zulip -- the group communication tool you've always wished you had at work. + {{ referrer.full_name }} ({{ referrer.email }}) wants you to join them on Zulip — the group communication tool you've always wished you had at work.
{% if custom_body %}Message from {{ referrer.full_name }}: {{ custom_body }}
diff --git a/templates/zerver/emails/invitation_reminder.html b/templates/zerver/emails/invitation_reminder.html index a79fa07c75..d73434089e 100644 --- a/templates/zerver/emails/invitation_reminder.html +++ b/templates/zerver/emails/invitation_reminder.html @@ -12,7 +12,7 @@ {{ activate_url }}- We're here for you at {{ support_email }}, if you have any questions. + We're here for you at {{ support_email }} if you have any questions.
Cheers,
diff --git a/templates/zerver/emails/invitation_reminder.txt b/templates/zerver/emails/invitation_reminder.txt
index 7552d85476..6956654aa0 100644
--- a/templates/zerver/emails/invitation_reminder.txt
+++ b/templates/zerver/emails/invitation_reminder.txt
@@ -5,7 +5,7 @@ This is a friendly reminder that {{ referrer_name }} ({{ referrer_email }}) want
To get started, visit the link below:
<{{ activate_url }}>
-We're here for you at <{{ support_email }}>, if you have any questions.
+We're here for you at <{{ support_email }}> if you have any questions.
Cheers,
The Zulip Team