diff --git a/lms/djangoapps/courseware/tests/test_views.py b/lms/djangoapps/courseware/tests/test_views.py index 567ca70f64..5b66c01568 100644 --- a/lms/djangoapps/courseware/tests/test_views.py +++ b/lms/djangoapps/courseware/tests/test_views.py @@ -860,7 +860,7 @@ class ProgressPageTests(ModuleStoreTestCase): resp = views.progress(self.request, course_id=unicode(self.course.id)) 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( user_id=self.user.id, course_id=self.course.id diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index 245f47ac86..ad3a71140d 100644 --- a/lms/templates/courseware/progress.html +++ b/lms/templates/courseware/progress.html @@ -59,7 +59,7 @@ from django.utils.http import urlquote_plus

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

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