mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
emails: Fix two grammar nits.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<p>Hi there,
|
<p>Hi there,
|
||||||
</p>
|
</p>
|
||||||
<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 — the group communication tool you've always wished you had at work.
|
||||||
</p>
|
</p>
|
||||||
{% if custom_body %}
|
{% if custom_body %}
|
||||||
<p>Message from {{ referrer.full_name }}: {{ custom_body }}</p>
|
<p>Message from {{ referrer.full_name }}: {{ custom_body }}</p>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
||||||
</p>
|
</p>
|
||||||
<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>
|
||||||
<p>
|
<p>
|
||||||
Cheers,<br />
|
Cheers,<br />
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ This is a friendly reminder that {{ referrer_name }} ({{ referrer_email }}) want
|
|||||||
To get started, visit the link below:
|
To get started, visit the link below:
|
||||||
<{{ activate_url }}>
|
<{{ 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,
|
Cheers,
|
||||||
The Zulip Team
|
The Zulip Team
|
||||||
|
|||||||
Reference in New Issue
Block a user