emails: Fix two grammar nits.

This commit is contained in:
James Rowan
2017-07-03 15:55:51 -04:00
committed by Tim Abbott
parent b13265d135
commit 1ea9a23f95
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<p>Hi there,
</p>
<p>
{{ 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 &mdash; the group communication tool you've always wished you had at work.
</p>
{% if custom_body %}
<p>Message from {{ referrer.full_name }}: {{ custom_body }}</p>

View File

@@ -12,7 +12,7 @@
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
</p>
<p>
We're here for you at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
We're here for you at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a> if you have any questions.
</p>
<p>
Cheers,<br />

View File

@@ -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