diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index 8ac9d1ced6..942c3b0acb 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -406,10 +406,10 @@ from util.course import get_link_for_about_page, get_encoded_course_sharing_utm_ % elif verification_status['status'] == VERIFY_STATUS_SUBMITTED:
% if status in ["pending", "approved"]: - ${_("You have already submitted your verification information. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days).")} + ${_("You have already submitted your verification information. You will see a message on your dashboard when the verification process is complete (usually within 5-7 days).")} % else: ${_("You cannot verify your identity at this time.")} % endif diff --git a/lms/templates/verify_student/reverify_success_step.underscore b/lms/templates/verify_student/reverify_success_step.underscore index 8c6e2e9fdb..ca0d0a2c88 100644 --- a/lms/templates/verify_student/reverify_success_step.underscore +++ b/lms/templates/verify_student/reverify_success_step.underscore @@ -2,7 +2,7 @@
<%- gettext( "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content." ) %>
+<%- gettext( "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 5-7 days). In the meantime, you can still access all available course content." ) %>