MST-686 Update the IDV approval email to say our IDV is now valid for 2 years (#26859)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
{% endfilter %}
|
||||
|
||||
{% filter force_escape %}
|
||||
{% blocktrans %}Your approval status remains valid for one year, and it will expire {{ expiration_datetime }}.{% endblocktrans %}
|
||||
{% blocktrans %}Your approval status remains valid for two years, and it will expire {{ expiration_datetime }}.{% endblocktrans %}
|
||||
{% endfilter %}
|
||||
<br/>
|
||||
</p>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% load i18n %}{% autoescape off %}
|
||||
{% blocktrans %}Hello {{full_name}}, {% endblocktrans %}
|
||||
{% blocktrans %}Your {{ platform_name }} ID verification photos have been approved.{% endblocktrans %}
|
||||
{% blocktrans %}Your approval status remains valid for one year, and it will expire {{ expiration_datetime }}.{% endblocktrans %}
|
||||
{% blocktrans %}Your approval status remains valid for two years, and it will expire {{ expiration_datetime }}.{% endblocktrans %}
|
||||
|
||||
{% trans "Enjoy your studies," %}
|
||||
{% blocktrans %}The {{ platform_name }} Team {% endblocktrans %}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</p>
|
||||
|
||||
<p style="color: rgba(0,0,0,.75);">
|
||||
{% trans "We have received your photos and they will be reviewed within 5-7 days." as tmsg %}{{ tmsg | force_escape }}
|
||||
{% trans "We have received your photos and they will be reviewed within 3-5 days." as tmsg %}{{ tmsg | force_escape }}
|
||||
|
||||
{% filter force_escape %}
|
||||
{% blocktrans %}You may check the status on your dashboard: {{ dashboard_link }} {% endblocktrans %}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% load i18n %}{% autoescape off %}
|
||||
{% blocktrans %}Hello {{full_name}}, {% endblocktrans %}
|
||||
{% blocktrans %}Thank you for submitting your photos for identity verification with {{ platform_name }}. {% endblocktrans %}
|
||||
{% trans "We have received your photos and they will be reviewed within 5-7 days." %}
|
||||
{% trans "We have received your photos and they will be reviewed within 3-5 days." %}
|
||||
{% blocktrans %}You may check the status on your dashboard: {{ dashboard_link }} {% endblocktrans %}
|
||||
|
||||
{% trans "Best regards," %}
|
||||
|
||||
Reference in New Issue
Block a user