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:

${_('You have submitted your verification information.')}

-

${_('You will see a message on your dashboard when the verification process is complete (usually within 1-2 days).')}

+

${_('You will see a message on your dashboard when the verification process is complete (usually within 5-7 days).')}

% elif verification_status['status'] == VERIFY_STATUS_RESUBMITTED:

${_('Your current verification will expire soon!')}

-

${_('You have submitted your reverification information. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days).')}

+

${_('You have submitted your reverification information. You will see a message on your dashboard when the verification process is complete (usually within 5-7 days).')}

% elif verification_status['status'] == VERIFY_STATUS_APPROVED:

${_('You have successfully verified your ID with edX')}

% if verification_status.get('verification_good_until') is not None: diff --git a/lms/templates/verify_student/reverify_not_allowed.html b/lms/templates/verify_student/reverify_not_allowed.html index 019ce41661..8fc7d63f86 100644 --- a/lms/templates/verify_student/reverify_not_allowed.html +++ b/lms/templates/verify_student/reverify_not_allowed.html @@ -14,7 +14,7 @@

% 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( "Identity Verification In Progress" ) %>

-

<%- 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." ) %>