From 32d35acf63e94f8a100de8a7117efc18841d1b6e Mon Sep 17 00:00:00 2001 From: "Albert (AJ) St. Aubin" Date: Fri, 15 Oct 2021 15:18:05 -0400 Subject: [PATCH] feat: update the text for unearned certificates [MICROBA-1536] --- .../dashboard/_dashboard_certificate_information.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/dashboard/_dashboard_certificate_information.html b/lms/templates/dashboard/_dashboard_certificate_information.html index e045e30ad9..bfb9d293d1 100644 --- a/lms/templates/dashboard/_dashboard_certificate_information.html +++ b/lms/templates/dashboard/_dashboard_certificate_information.html @@ -34,7 +34,7 @@ elif cert_status['status'] == CertificateStatuses.notpassing: else: status_css_class = 'course-status-processing' %> -<% +<% requesting_post_url = reverse('generate_user_cert', args=[str(course_overview.id)]) progress_page_url = reverse('progress', args=[str(course_overview.id)]) %> @@ -169,7 +169,7 @@ else:
<% - container_string = _("You are not eligible for a certificate.") + container_string = _("You are not yet eligible for a certificate.") %>