Fix button/title text for;

1) Account activation email.
2) Password reset email.
3) Password reset success.

VAN-272
This commit is contained in:
Adeel Khan
2021-03-10 00:47:49 +05:00
parent afd3c60d9a
commit 725cd3f083
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
<tr>
<td>
<h1>
{% trans "Account Activation" as header_msg %}{{ header_msg | force_escape }}
{% trans "Account activation" as header_msg %}{{ header_msg | force_escape }}
</h1>
<p style="color: rgba(0,0,0,.75);">
{% filter force_escape %}
@@ -30,7 +30,7 @@
</p>
{% filter force_escape %}
{% blocktrans asvar course_cta_text %}Activate Your Account{% endblocktrans %}
{% blocktrans asvar course_cta_text %}Activate your account{% endblocktrans %}
{% endfilter %}
{% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text course_cta_url=confirm_activation_link %}
</td>