Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emails: Fix two grammar nits. #5667

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/zerver/emails/invitation.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion templates/zerver/emails/invitation_reminder.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
2 changes: 1 addition & 1 deletion templates/zerver/emails/invitation_reminder.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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