<h2class="title">${_("You need to re-verify to continue")}</h2>
<divclass="copy">
<pclass="activation-message">
${_("To continue in the verified track in the following courses, you need to re-verify your identity:")}
${_("To continue in the ID Verified track in the following courses, you need to re-verify your identity:")}
</p>
<ulclass="reverify-list">
% for item in reverifications["must_reverify"]:
...
...
@@ -41,7 +41,7 @@
% for item in reverifications["must_reverify"]:
<divclass="copy">
<pclass='activation-message'>
${_('To continue in the verified track in <strong>{course_name}</strong>, you need to re-verify your identity by {date}.').format(course_name=item.course_name, date=item.date)}
${_('To continue in the ID Verified track in <strong>{course_name}</strong>, you need to re-verify your identity by {date}.').format(course_name=item.course_name, date=item.date)}
<h2class="title">${_("You are in the Verified track")}</h2>
<h2class="title">${_("You are in the ID Verified track")}</h2>
<divclass="copy">
...
...
@@ -128,7 +128,7 @@
<divclass="faq-item">
<h3class="title faq-question">${_("What if I have trouble with my re-verification?")}</h3>
<divclass="copy faq-answer">
<p>Because of the short time that re-verification is open, you <b>will not be able to correct a failed verification</b>. If you think there was an error in the review, please contact us at <ahref="stuff">support@edx.org</a>.</p>
<p>Because of the short time that re-verification is open, you <strong>will not be able to correct a failed verification</strong>. If you think there was an error in the review, please contact us at <ahref="stuff">support@edx.org</a>.</p>