Commit bf2ca3ad by Hasnain

WL-1257 | Removed the hard-coded "edX" related strings from nudges emails.

parent 71ae2247
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
<p> <p>
{% if course_ids|length > 1 %} {% if course_ids|length > 1 %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
Many edX learners are completing more problems every week, and Many {{ platform_name }} learners are completing more problems every week, and
participating in the discussion forums. What do you want to do to keep learning? participating in the discussion forums. What do you want to do to keep learning?
{% endblocktrans %} {% endblocktrans %}
{% else %} {% else %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
Many edX learners in <strong>{{course_name}}</strong> are completing more problems every week, and Many {{ platform_name }} learners in <strong>{{course_name}}</strong> are completing more problems every week, and
participating in the discussion forums. What do you want to do to keep learning? participating in the discussion forums. What do you want to do to keep learning?
{% endblocktrans %} {% endblocktrans %}
{% endif %} {% endif %}
......
{% load i18n %} {% load i18n %}
{% if course_ids|length > 1 %} {% if course_ids|length > 1 %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
Many edX learners are completing more problems every week, and Many {{ platform_name }} learners are completing more problems every week, and
participating in the discussion forums. What do you want to do to keep learning? participating in the discussion forums. What do you want to do to keep learning?
{% endblocktrans %} {% endblocktrans %}
{% trans "Keep learning" %} <{{dashboard_url}}> {% trans "Keep learning" %} <{{dashboard_url}}>
{% else %} {% else %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
Many edX learners in {{course_name}} are completing more problems every week, and Many {{ platform_name }} learners in {{course_name}} are completing more problems every week, and
participating in the discussion forums. What do you want to do to keep learning? participating in the discussion forums. What do you want to do to keep learning?
{% endblocktrans %} {% endblocktrans %}
{% trans "Keep learning" %} <{{course_url}}> {% trans "Keep learning" %} <{{course_url}}>
......
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
{% block preview_text %} {% block preview_text %}
{% if course_ids|length > 1 %} {% if course_ids|length > 1 %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
Remember when you enrolled in {{ course_name }}, and other courses on edX.org? We do, and we’re glad Remember when you enrolled in {{ course_name }}, and other courses on {{ platform_name }}? We do, and we’re glad
to have you! Come see what everyone is learning. to have you! Come see what everyone is learning.
{% endblocktrans %} {% endblocktrans %}
{% else %} {% else %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
Remember when you enrolled in {{ course_name }} on edX.org? We do, and we’re glad Remember when you enrolled in {{ course_name }} on {{ platform_name }}? We do, and we’re glad
to have you! Come see what everyone is learning. to have you! Come see what everyone is learning.
{% endblocktrans %} {% endblocktrans %}
{% endif %} {% endif %}
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
<p> <p>
{% if course_ids|length > 1 %} {% if course_ids|length > 1 %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
Remember when you enrolled in <strong>{{ course_name }}</strong>, and other courses on edX.org? We do, and we’re glad Remember when you enrolled in <strong>{{ course_name }}</strong>, and other courses on {{ platform_name }}? We do, and we’re glad
to have you! Come see what everyone is learning. to have you! Come see what everyone is learning.
{% endblocktrans %} {% endblocktrans %}
{% else %} {% else %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
Remember when you enrolled in <strong>{{ course_name }}</strong> on edX.org? We do, and we’re glad Remember when you enrolled in <strong>{{ course_name }}</strong> on {{ platform_name }}? We do, and we’re glad
to have you! Come see what everyone is learning. to have you! Come see what everyone is learning.
{% endblocktrans %} {% endblocktrans %}
{% endif %} {% endif %}
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
{% if course_ids|length > 1 %} {% if course_ids|length > 1 %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
Remember when you enrolled in {{ course_name }}, and other courses on edX.org? We do, and we’re glad Remember when you enrolled in {{ course_name }}, and other courses on {{ platform_name }}? We do, and we’re glad
to have you! Come see what everyone is learning. to have you! Come see what everyone is learning.
{% endblocktrans %} {% endblocktrans %}
{% trans "Start learning now" %} <{{ dashboard_url }}> {% trans "Start learning now" %} <{{ dashboard_url }}>
{% else %} {% else %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
Remember when you enrolled in {{ course_name }} on edX.org? We do, and we’re glad Remember when you enrolled in {{ course_name }} on {{ platform_name }}? We do, and we’re glad
to have you! Come see what everyone is learning. to have you! Come see what everyone is learning.
{% 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