From e29f55368d2ecdbc521c1f7e3815452ae3120d21 Mon Sep 17 00:00:00 2001 From: Carol Tong Date: Wed, 4 Jan 2017 11:01:47 -0500 Subject: [PATCH] DOC-3526 Clarify roles for cert activation --- cms/templates/certificates.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/certificates.html b/cms/templates/certificates.html index 0f4784483d..12243fa231 100644 --- a/cms/templates/certificates.html +++ b/cms/templates/certificates.html @@ -92,7 +92,7 @@ CMS.User.isGlobalStaff = '${is_global_staff}'=='True' ? true : false;

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

-

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

+

${_("To begin issuing course certificates, a course team member with either the Staff or Admin role selects {em_start}Activate{em_end}. Only course team members with these roles 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")}