From cc7647571c0587de7acb7285d9ee90022cef3d58 Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Wed, 8 Jul 2015 07:59:39 -0400 Subject: [PATCH] Revert "Update copy for On Demand Cert Download" --- lms/templates/courseware/progress.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index f463bfe348..fe0c706371 100644 --- a/lms/templates/courseware/progress.html +++ b/lms/templates/courseware/progress.html @@ -59,7 +59,8 @@ from django.utils.http import urlquote_plus

${_("Your certificate is available")}

- ${_("You can keep working for a higher grade, or request your certificate now.")} + ${_("You can now access your certificate. If you keep working and receive a higher grade,you can request an {link_start} updated certificate {link_end}.").format( + link_start=u"".format(post_url), link_end=u"")}