Commit 1574650f by zubair-arbi

Merge pull request #8845 from edx/tasawer/story/ecom-1651-on-demand-cert-download-update

Update copy for On Demand Cert Download
parents 472de1a5 c964b5cb
...@@ -860,7 +860,7 @@ class ProgressPageTests(ModuleStoreTestCase): ...@@ -860,7 +860,7 @@ class ProgressPageTests(ModuleStoreTestCase):
resp = views.progress(self.request, course_id=unicode(self.course.id)) resp = views.progress(self.request, course_id=unicode(self.course.id))
self.assertContains(resp, u"View Certificate") self.assertContains(resp, u"View Certificate")
self.assertContains(resp, u"You can now access your certificate") self.assertContains(resp, u"You can keep working for a higher grade")
cert_url = certs_api.get_certificate_url( cert_url = certs_api.get_certificate_url(
user_id=self.user.id, user_id=self.user.id,
course_id=self.course.id course_id=self.course.id
......
...@@ -59,7 +59,7 @@ from django.utils.http import urlquote_plus ...@@ -59,7 +59,7 @@ from django.utils.http import urlquote_plus
<div class="msg-content"> <div class="msg-content">
<h2 class="title">${_("Your certificate is available")}</h2> <h2 class="title">${_("Your certificate is available")}</h2>
<p class="copy"> <p class="copy">
${_("You can now access your certificate. If you keep working and receive a higher grade, you can request an updated certificate.")} ${_("You can keep working for a higher grade, or request your certificate now.")}
</p> </p>
</div> </div>
<div class="msg-actions"> <div class="msg-actions">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment