From 4ab477eaa7cd968e509661ef8cd675f80a014881 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Mon, 23 Oct 2017 10:57:49 -0400 Subject: [PATCH] Address Greg's comment --- .../edx_ace/upgradereminder/email/body.html | 18 ++++++++++-------- .../edx_ace/upgradereminder/email/body.txt | 6 ++++-- 2 files changed, 14 insertions(+), 10 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 b80b96a54a..12e039b78c 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 @@ -5,15 +5,17 @@ {% block preview_text %} {% if course_ids|length > 1 %} {% blocktrans trimmed %} - We hope you are enjoying learning with us so far on {{ platform_name }}! A verified certificate - will allow you to highlight your new knowledge and skills. It's official, and easily shareable. + We hope you are enjoying learning with us so far on {{ platform_name }}! A verified certificate allows you to + highlight your new knowledge and skills. An {{ platform_name }} certificate is official and easily + shareable. Upgrade by {{ user_schedule_upgrade_deadline_time }}. {% endblocktrans %} {% else %} {% blocktrans trimmed %} - We hope you are enjoying learning with us so far in {{ first_course_name }}! A verified certificate - will allow you to highlight your new knowledge and skills. It's official, and easily shareable. + We hope you are enjoying learning with us so far in {{ first_course_name }}! A verified certificate allows + you to highlight your new knowledge and skills. An {{ platform_name }} certificate is official and easily + shareable. Upgrade by {{ user_schedule_upgrade_deadline_time }}. {% endblocktrans %} @@ -32,14 +34,14 @@ {% if course_ids|length > 1 %} {% blocktrans trimmed %} We hope you are enjoying learning with us so far on {{ platform_name }}! A - verified certificate will allow you to highlight your new knowledge and skills. It's official, - and easily shareable. + verified certificate allows you to highlight your new knowledge and skills. An {{ platform_name + }} certificate is official and easily shareable. {% endblocktrans %} {% else %} {% blocktrans trimmed %} We hope you are enjoying learning with us so far in {{ first_course_name }}! A - verified certificate will allow you to highlight your new knowledge and skills. It's official, - and easily shareable. + verified certificate allows you to highlight your new knowledge and skills. An {{ platform_name + }} certificate is official and easily shareable. {% 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 887fc5778a..a4664be581 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 @@ -3,7 +3,8 @@ {% if course_ids|length > 1 %} {% blocktrans trimmed %} We hope you are enjoying learning with us so far on {{ platform_name }}! A verified certificate -will allow you to highlight your new knowledge and skills. It's official, and easily shareable. +allows you to highlight your new knowledge and skills. An {{ platform_name }} certificate is +official and easily shareable. Upgrade by {{ user_schedule_upgrade_deadline_time }}. {% endblocktrans %} @@ -18,7 +19,8 @@ Upgrade by {{ user_schedule_upgrade_deadline_time }}. {% else %} {% blocktrans trimmed %} We hope you are enjoying learning with us so far in {{ first_course_name }}! A verified certificate -will allow you to highlight your new knowledge and skills. It's official, and easily shareable. +allows you to highlight your new knowledge and skills. An {{ platform_name }} certificate is +official and easily shareable. Upgrade by {{ user_schedule_upgrade_deadline_time }}. {% endblocktrans %}