diff --git a/backend/templates/emails/approval_status.html b/backend/templates/emails/approval_status.html index 323343dee..9d0e78eec 100644 --- a/backend/templates/emails/approval_status.html +++ b/backend/templates/emails/approval_status.html @@ -24,8 +24,8 @@

{{ name }} status update on Penn Clubs

{% if approved %}

- Your club {% if change %}changes have{% else %}has{% endif %} been approved by the Office of Student Affairs for the {{ year }} school year. - Your {% if change %}updated{% else %}new{% endif %} club information is now visible to the public on Penn Clubs. + Your club {% if change %}updates have{% else %}has{% endif %} been approved by the Office of Student Affairs. + Your {% if change %}updated{% else %}new{% endif %} club is now visible to the public on Penn Clubs.

{% if approved_comment %}

{{ approved_comment }}

@@ -42,7 +42,7 @@

{{ name }} status update on Penn Clubs

{% else %}

- Your club {% if change %}updates have{% else %}renewal has{% endif %} not been approved by the Office of Student Affairs. Some changes to your club information are required before approval can be granted. + Your club {% if change %}updates have{% else %}has{% endif %} not been approved by the Office of Student Affairs. Changes to your club's information are required before approval can be granted.

The feedback regarding your club's status is as follows:

{{ approved_comment }}

@@ -51,11 +51,11 @@

{{ name }} status update on Penn Clubs

If you have any questions about the approval process, please feel free to respond to this email or contact the Office of Student Affairs.

- - Review {{ name }} - + + Review {{ name }} +

{% endif %} {% endblock %}