From efe814c64f74f08fad8df2fdc17283858b8ec0f3 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Wed, 4 Oct 2017 15:51:57 -0400 Subject: [PATCH] Update copy for the upgrade_reminder emails --- .../edx_ace/upgradereminder/email/body.html | 45 +++++++++++++------ .../edx_ace/upgradereminder/email/body.txt | 13 ++++-- .../edx_ace/upgradereminder/email/subject.txt | 4 +- 3 files changed, 43 insertions(+), 19 deletions(-) diff --git a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.html b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.html index 448b656628..1746524cf3 100644 --- a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.html +++ b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.html @@ -4,13 +4,18 @@ {% block preview_text %} {% if course_ids|length > 1 %} {% blocktrans trimmed %} - We hope you are enjoying {{ course_name }}, and other courses on edX.org. - Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! + We hope you are enjoying learning with us so far in {{ course_name }}, and other courses on + {{ 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 %} {% else %} {% blocktrans trimmed %} - We hope you are enjoying {{ course_name }}. - Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! + We hope you are enjoying learning with us so far in {{ course_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 %} {% endif %} {% endblock %} @@ -21,19 +26,33 @@

{% trans "Upgrade now" %}

-

- {% if course_ids|length > 1 %} + {% if course_ids|length > 1 %} +

{% blocktrans trimmed %} - We hope you are enjoying {{ course_name }}, and other courses on edX.org. - Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! + We hope you are enjoying learning with us so far in {{ course_name }}, and + 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 %} - {% else %} +

+

{% blocktrans trimmed %} - We hope you are enjoying {{ course_name }}. - Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! + Upgrade by {{ user_schedule_upgrade_deadline_time }}. {% endblocktrans %} - {% endif %} -

+

+ {% else %} +

+ {% blocktrans trimmed %} + We hope you are enjoying learning with us so far in {{ course_name }}! A + verified certificate will allow you to highlight your new knowledge and skills. It's official, + and easily shareable. + {% endblocktrans %} +

+

+ {% blocktrans trimmed %} + Upgrade by {{ user_schedule_upgrade_deadline_time }}. + {% endblocktrans %} +

+ {% endif %}

diff --git a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.txt b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.txt index 9eee300a2b..0efa861d4b 100644 --- a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.txt +++ b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.txt @@ -6,15 +6,20 @@ Dear {{ user_personal_address }}, {% if course_ids|length > 1 %} {% blocktrans trimmed %} - We hope you are enjoying {{ course_name }}, and other courses on edX.org. - Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! + We hope you are enjoying learning with us so far in {{ course_name }}, and other courses on + {{ 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 %} {% trans "Upgrade now at" %} <{{ dashboard_url }}> {% else %} {% blocktrans trimmed %} - We hope you are enjoying {{ course_name }}. - Upgrade by {{ user_schedule_upgrade_deadline_time }} to get a shareable certificate! + We hope you are enjoying learning with us so far in {{ course_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 %} {% trans "Upgrade now at" %} <{{ course_url }}> diff --git a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/subject.txt b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/subject.txt index 1f1a6e4988..b207b935fe 100644 --- a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/subject.txt +++ b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/subject.txt @@ -1,7 +1,7 @@ {% load i18n %} {% 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 %} -{% blocktrans %}Only two days left to upgrade in {{course_name}} !{% endblocktrans %} +{% blocktrans %}Upgrade to earn a verified certificate in {{ course_name }}{% endblocktrans %} {% endif %}