ENT-1438 Update wording in account recovery flow

This commit is contained in:
Zubir Afzal
2019-01-23 17:20:24 +05:00
parent ad037abf68
commit c3aa5149f1
5 changed files with 20 additions and 7 deletions

View File

@@ -15,11 +15,21 @@
</p>
<p style="color: rgba(0,0,0,.75);">
{% trans "If you didn't request this change, you can disregard this email - we have not yet created your password." %}
{% trans "We've restored access to your edX account using the recovery email you provided at registration." %}
<br />
</p>
{% trans "Create my Password" as course_cta_text %}
<p style="color: rgba(0,0,0,.75);">
{% blocktrans %}Once you've created a password [below], you will be able to log in to edX with this email ({{ email }}) and your new password.{% endblocktrans %}
<br />
</p>
<p style="color: rgba(0,0,0,.75);">
{% trans "If you didn't request this change, you can disregard this email - we have not yet reset your password." %}
<br />
</p>
{% trans "Create Password" as course_cta_text %}
{% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text course_cta_url=reset_link %}
</td>

View File

@@ -1,12 +1,14 @@
{% load i18n %}{% autoescape off %}
{% blocktrans %}You're receiving this e-mail because you requested to create a password for your user account at {{ platform_name }}.{% endblocktrans %}
{% trans "Please go to the following page and choose a new password:" %}
{% trans "We've restored access to your edX account using the recovery email you provided at registration." %}
{% blocktrans %}Once you've created a password [below], you will be able to log in to edX with this email ({{ email }}) and your new password.{% endblocktrans %}
{% trans "If you didn't request this change, you can disregard this email - we have not yet reset your password." %}
{{ reset_link }}
{% trans "If you didn't request this change, you can disregard this email - we have not yet created your password." %}
{% trans "Thanks for using our site!" %}
{% blocktrans %}The {{ platform_name }} Team{% endblocktrans %}
{% endautoescape %}

View File

@@ -1,4 +1,4 @@
{% load i18n %}
{% autoescape off %}
{% blocktrans trimmed %}Create password on {{ platform_name }}{% endblocktrans %}
{% blocktrans trimmed %}Password creation on {{ platform_name }}{% endblocktrans %}
{% endautoescape %}