Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1615 from johngian/fix-wording
Browse files Browse the repository at this point in the history
Fix wording.
  • Loading branch information
johngian committed Feb 16, 2017
2 parents dd47e51 + 8a33a56 commit ad4adb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions mozillians/jinja2/groups/email/notify_curator_renewal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ that {{ member_full_name }} remains a part of your group.

{% trans inviter_full_name=inviter.full_name %}
{{ member_full_name }} was invited to the group by {{ inviter_full_name }}.
You can find the inviter's profile page here:
{% endtrans %}
{{ absolutify(inviter.get_absolute_url()) }}
{%- endif %}

{% trans %}
You can view the group membership here:
You can view the "{{ group_name }}" group page here:
{% endtrans %}
{{ group_url }}

{% trans %}
You can view the profile page here:
You can view the profile page of {{ member_full_name }} here:
{% endtrans %}
{{ absolutify(member_profile_url) }}

Expand Down
6 changes: 3 additions & 3 deletions mozillians/jinja2/groups/email/notify_member_renewal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Hello {{ member_full_name }},

{% trans %}
Your membership to group "{{ group_name }}" will expire
in two weeks. Please contact the group
curator for further info.
in two weeks. Please contact a group
curator for further information.
{% endtrans %}

{% trans %}
You can view the group membership here:
You can access the group page including a list of curators here:
{% endtrans %}

{{ group_url }}
Expand Down

0 comments on commit ad4adb4

Please sign in to comment.