[DOC - 2921] - Fix certificates Studio page sidebar Help text
[DOC - 2921] Removed the emphasis on 'activate' and 'issuing' [DOC-2921] Removed the format statement
This commit is contained in:
committed by
Mehul Smriti Raje
parent
d6a4d7c0da
commit
86b5218fec
@@ -92,7 +92,7 @@ CMS.User.isGlobalStaff = '${is_global_staff}'=='True' ? true : false;
|
||||
<p>${_("To view a sample certificate, choose a course mode and select {em_start}Preview Certificate{em_end}.").format(em_start='<strong>', em_end="</strong>")}</p>
|
||||
|
||||
<h3 class="title-3">${_("Issuing Certificates to Learners")}</h3>
|
||||
<p>${_("To begin issuing certificates, a course team member with the Admin role selects {em_start}Activate{em_end}. Course team members without the Admin role cannot edit or delete an activated certificate.").format(em_start='<strong>', em_end="</strong>")}</p>
|
||||
<p>${_("After you have configured and previewed your certificate, ask your edX partner manager to activate your certificate. When your certificate has been activated, you can begin issuing certificates to learners. Course team members without the Admin role cannot edit or delete an activated certificate.")}</p>
|
||||
<p>${_("{em_start}Do not{em_end} delete certificates after a course has started; learners who have already earned certificates will no longer be able to access them.").format(em_start="<strong>", em_end="</strong>")}</p>
|
||||
<p><a href="${get_online_help_info(online_help_token())['doc_url']}" target="_blank" class="button external-help-button">${_("Learn more about certificates")}</a></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user