diff --git a/conf/locale/en/LC_MESSAGES/django.po b/conf/locale/en/LC_MESSAGES/django.po
index 7209d09dfc..1448374f6b 100644
--- a/conf/locale/en/LC_MESSAGES/django.po
+++ b/conf/locale/en/LC_MESSAGES/django.po
@@ -7935,7 +7935,7 @@ msgstr ""
#: lms/templates/verify_student/edx_ace/verificationapproved/email/body.txt
#, python-format
msgid ""
-"Your approval status remains valid for one year, and it will expire "
+"Your approval status remains valid for two years, and it will expire "
"%(expiration_datetime)s."
msgstr ""
@@ -8035,7 +8035,7 @@ msgstr ""
#: lms/templates/verify_student/edx_ace/verificationsubmitted/email/body.html
#: lms/templates/verify_student/edx_ace/verificationsubmitted/email/body.txt
msgid ""
-"We have received your photos and they will be reviewed within 5-7 days."
+"We have received your photos and they will be reviewed within 3-5 days."
msgstr ""
#: lms/templates/verify_student/edx_ace/verificationsubmitted/email/body.html
diff --git a/conf/locale/eo/LC_MESSAGES/django.po b/conf/locale/eo/LC_MESSAGES/django.po
index 8d84bf3f7d..6546d025e7 100644
--- a/conf/locale/eo/LC_MESSAGES/django.po
+++ b/conf/locale/eo/LC_MESSAGES/django.po
@@ -10220,10 +10220,10 @@ msgstr ""
#: lms/templates/verify_student/edx_ace/verificationapproved/email/body.txt
#, python-format
msgid ""
-"Your approval status remains valid for one year, and it will expire "
+"Your approval status remains valid for two years, and it will expire "
"%(expiration_datetime)s."
msgstr ""
-"Ýöür äppröväl stätüs rémäïns välïd för öné ýéär, änd ït wïll éxpïré "
+"Ýöür äppröväl stätüs rémäïns välïd för twö ýéärs, änd ït wïll éxpïré "
"%(expiration_datetime)s. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя#"
#: lms/templates/verify_student/edx_ace/verificationapproved/email/body.html
@@ -10340,9 +10340,9 @@ msgstr ""
#: lms/templates/verify_student/edx_ace/verificationsubmitted/email/body.html
#: lms/templates/verify_student/edx_ace/verificationsubmitted/email/body.txt
msgid ""
-"We have received your photos and they will be reviewed within 5-7 days."
+"We have received your photos and they will be reviewed within 3-5 days."
msgstr ""
-"Wé hävé réçéïvéd ýöür phötös änd théý wïll ßé révïéwéd wïthïn 5-7 däýs. "
+"Wé hävé réçéïvéd ýöür phötös änd théý wïll ßé révïéwéd wïthïn 3-5 däýs. "
"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя#"
#: lms/templates/verify_student/edx_ace/verificationsubmitted/email/body.html
diff --git a/lms/templates/verify_student/edx_ace/verificationapproved/email/body.html b/lms/templates/verify_student/edx_ace/verificationapproved/email/body.html
index 544865157f..d32e86d419 100644
--- a/lms/templates/verify_student/edx_ace/verificationapproved/email/body.html
+++ b/lms/templates/verify_student/edx_ace/verificationapproved/email/body.html
@@ -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 %}
- {% 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 %} diff --git a/lms/templates/verify_student/edx_ace/verificationsubmitted/email/body.txt b/lms/templates/verify_student/edx_ace/verificationsubmitted/email/body.txt index 1c987e8b65..150252b936 100644 --- a/lms/templates/verify_student/edx_ace/verificationsubmitted/email/body.txt +++ b/lms/templates/verify_student/edx_ace/verificationsubmitted/email/body.txt @@ -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," %}