Commit 4ab477ea by Tyler Hallada

Address Greg's comment

parent 89e74049
...@@ -5,15 +5,17 @@ ...@@ -5,15 +5,17 @@
{% 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 learning with us so far on {{ platform_name }}! A verified certificate We hope you are enjoying learning with us so far on {{ platform_name }}! A verified certificate allows you to
will allow you to highlight your new knowledge and skills. It's official, and easily shareable. highlight your new knowledge and skills. An {{ platform_name }} certificate is official and easily
shareable.
Upgrade by {{ user_schedule_upgrade_deadline_time }}. Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %} {% endblocktrans %}
{% else %} {% else %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying learning with us so far in {{ first_course_name }}! A verified certificate We hope you are enjoying learning with us so far in {{ first_course_name }}! A verified certificate allows
will allow you to highlight your new knowledge and skills. It's official, and easily shareable. you to highlight your new knowledge and skills. An {{ platform_name }} certificate is official and easily
shareable.
Upgrade by {{ user_schedule_upgrade_deadline_time }}. Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %} {% endblocktrans %}
...@@ -32,14 +34,14 @@ ...@@ -32,14 +34,14 @@
{% if course_ids|length > 1 %} {% if course_ids|length > 1 %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying learning with us so far on <strong>{{ platform_name }}</strong>! A We hope you are enjoying learning with us so far on <strong>{{ platform_name }}</strong>! A
verified certificate will allow you to highlight your new knowledge and skills. It's official, verified certificate allows you to highlight your new knowledge and skills. An {{ platform_name
and easily shareable. }} certificate is official and easily shareable.
{% endblocktrans %} {% endblocktrans %}
{% else %} {% else %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying learning with us so far in <strong>{{ first_course_name }}</strong>! A We hope you are enjoying learning with us so far in <strong>{{ first_course_name }}</strong>! A
verified certificate will allow you to highlight your new knowledge and skills. It's official, verified certificate allows you to highlight your new knowledge and skills. An {{ platform_name
and easily shareable. }} certificate is official and easily shareable.
{% endblocktrans %} {% endblocktrans %}
{% endif %} {% endif %}
</p> </p>
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
{% if course_ids|length > 1 %} {% if course_ids|length > 1 %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying learning with us so far on {{ platform_name }}! A verified certificate 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 }}. Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %} {% endblocktrans %}
...@@ -18,7 +19,8 @@ Upgrade by {{ user_schedule_upgrade_deadline_time }}. ...@@ -18,7 +19,8 @@ Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% else %} {% else %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
We hope you are enjoying learning with us so far in {{ first_course_name }}! A verified certificate 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 }}. Upgrade by {{ user_schedule_upgrade_deadline_time }}.
{% endblocktrans %} {% endblocktrans %}
......
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