Unverified Commit e1bf8622 by Hasnain Naveed Committed by GitHub

Merge pull request #16608 from edx/hasnain-naveed/WL-1257

WL-1257 | Removed the hard-coded "edX" related strings from nudges em…
parents fabccf61 bf2ca3ad
...@@ -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 %}
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
{% load ace %} {% load ace %}
{% 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" %} <{% with_link_tracking dashboard_url %}> {% trans "Keep learning" %} <{% with_link_tracking 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" %} <{% with_link_tracking course_url %}> {% trans "Keep learning" %} <{% with_link_tracking 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 @@
{% load ace %} {% load ace %}
{% 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" %} <{% with_link_tracking dashboard_url %}> {% trans "Start learning now" %} <{% with_link_tracking 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