ENT-1438 Update wording in account recovery flow
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user