From b9afdd2e7b8d1e1be2480e1b2fc44e67c09780b7 Mon Sep 17 00:00:00 2001 From: Carol Tong Date: Fri, 9 Dec 2016 11:49:41 -0500 Subject: [PATCH] Update sidebar text re Activate permissions --- cms/templates/certificates.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/templates/certificates.html b/cms/templates/certificates.html index 3e839f18e5..0f4784483d 100644 --- a/cms/templates/certificates.html +++ b/cms/templates/certificates.html @@ -90,9 +90,9 @@ CMS.User.isGlobalStaff = '${is_global_staff}'=='True' ? true : false;

${_("For verified certificates, specify between one and four signatories and upload the associated images.")}

${_("To edit or delete a certificate before it is activated, hover over the top right corner of the form and select {em_start}Edit{em_end} or the delete icon.").format(em_start="", em_end="")}

${_("To view a sample certificate, choose a course mode and select {em_start}Preview Certificate{em_end}.").format(em_start='', em_end="")}

- +

${_("Issuing Certificates to Learners")}

-

${_("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.")}

+

${_("To begin issuing certificates, a course team member with the Admin role selects {em_start}Activate{em_end}. Only course team members with the Admin role can edit or delete an activated certificate.").format(em_start="", em_end="")}

${_("{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="", em_end="")}

${_("Learn more about certificates")}