Commit efe814c6 by Tyler Hallada

Update copy for the upgrade_reminder emails

parent 4acdcc69
...@@ -4,13 +4,18 @@ ...@@ -4,13 +4,18 @@
{% block preview_text %} {% block preview_text %}
{% if course_ids|length > 1 %} {% if course_ids|length > 1 %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying {{ course_name }}, and other courses on edX.org. We hope you are enjoying learning with us so far in {{ course_name }}, and other courses on
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! {{ platform_name }}! A verified certificate will allow you to highlight your new knowledge and
skills. It's official, and easily shareable.
Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %} {% endblocktrans %}
{% else %} {% else %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying {{ course_name }}. We hope you are enjoying learning with us so far in {{ course_name }}! A verified certificate
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! will allow you to highlight your new knowledge and skills. It's official, and easily shareable.
Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %} {% endblocktrans %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}
...@@ -21,19 +26,33 @@ ...@@ -21,19 +26,33 @@
<td> <td>
<h1>{% trans "Upgrade now" %}</h1> <h1>{% trans "Upgrade now" %}</h1>
<p> {% if course_ids|length > 1 %}
{% if course_ids|length > 1 %} <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying <strong>{{ course_name }}</strong>, and other courses on edX.org. We hope you are enjoying learning with us so far in <strong>{{ course_name }}</strong>, and
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! other courses on {{ platform_name }}! A verified certificate will allow you to highlight your
new knowledge and skills. It's official, and easily shareable.
{% endblocktrans %} {% endblocktrans %}
{% else %} </p>
<p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying <strong>{{ course_name }}</strong>. Upgrade by <strong>{{ user_schedule_upgrade_deadline_time }}</strong>.
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate!
{% endblocktrans %} {% endblocktrans %}
{% endif %} </p>
</p> {% else %}
<p>
{% blocktrans trimmed %}
We hope you are enjoying learning with us so far in <strong>{{ course_name }}</strong>! A
verified certificate will allow you to highlight your new knowledge and skills. It's official,
and easily shareable.
{% endblocktrans %}
</p>
<p>
{% blocktrans trimmed %}
Upgrade by <strong>{{ user_schedule_upgrade_deadline_time }}</strong>.
{% endblocktrans %}
</p>
{% endif %}
<p> <p>
<!-- email client support for style sheets is pretty spotty, so we have to inline all of these styles --> <!-- email client support for style sheets is pretty spotty, so we have to inline all of these styles -->
......
...@@ -6,15 +6,20 @@ Dear {{ user_personal_address }}, ...@@ -6,15 +6,20 @@ Dear {{ user_personal_address }},
{% if course_ids|length > 1 %} {% if course_ids|length > 1 %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying {{ course_name }}, and other courses on edX.org. We hope you are enjoying learning with us so far in {{ course_name }}, and other courses on
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! {{ platform_name }}! A verified certificate will allow you to highlight your new knowledge and
skills. It's official, and easily shareable.
Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %} {% endblocktrans %}
{% trans "Upgrade now at" %} <{{ dashboard_url }}> {% trans "Upgrade now at" %} <{{ dashboard_url }}>
{% else %} {% else %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying {{ course_name }}. We hope you are enjoying learning with us so far in {{ course_name }}! A verified certificate
Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! will allow you to highlight your new knowledge and skills. It's official, and easily shareable.
Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %} {% endblocktrans %}
{% trans "Upgrade now at" %} <{{ course_url }}> {% trans "Upgrade now at" %} <{{ course_url }}>
......
{% load i18n %} {% load i18n %}
{% if course_ids|length > 1 %} {% if course_ids|length > 1 %}
{% blocktrans %}Only two days left to upgrade on {{ platform_name }}!{% endblocktrans %} {% blocktrans %}Upgrade to earn a verified certificate on {{ platform_name }}{% endblocktrans %}
{% else %} {% else %}
{% blocktrans %}Only two days left to upgrade in {{course_name}} !{% endblocktrans %} {% blocktrans %}Upgrade to earn a verified certificate in {{ course_name }}{% endblocktrans %}
{% endif %} {% endif %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment