MST-706. ID Verification is now valid for 2 years, so messaging used to notify learners about their ID expiration should be updated to reflect this. We have chosen to only update the messaging that is related to the current IDV flow (going through IDV on the account MFE), as the old IDV flow is no longer used by learners on edX.
11 lines
409 B
Plaintext
11 lines
409 B
Plaintext
<%! from django.utils.translation import ugettext as _ %>
|
|
|
|
|
|
${_("Hi {full_name}").format(full_name=full_name)}
|
|
|
|
${_("Congratulations! Your ID verification process was successful.")}
|
|
${_("Your verification is effective for two years. It will expire on {expiration_datetime}").format(expiration_date=expiration_datetime)}
|
|
|
|
${_("Thank you,")}
|
|
${_("The {platform_name} team").format(platform_name=platform_name)}
|