From a21d0ff224d61c9e4d62ddf3b5c0901837b02baa Mon Sep 17 00:00:00 2001 From: "Albert (AJ) St. Aubin" Date: Wed, 21 Apr 2021 11:17:56 -0400 Subject: [PATCH] [bug] Updated confusing text about when a certificated is available Currently when a certificate availability date is set the text on the course dasboard is confusing to the learner and could lead them to the wrong conclusions. The cert should not be available until on or after the available date. --- lms/templates/dashboard/_dashboard_certificate_information.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/dashboard/_dashboard_certificate_information.html b/lms/templates/dashboard/_dashboard_certificate_information.html index ffe104ce60..3457fda003 100644 --- a/lms/templates/dashboard/_dashboard_certificate_information.html +++ b/lms/templates/dashboard/_dashboard_certificate_information.html @@ -37,7 +37,7 @@ else:

<% certificate_available_date_string = course_overview.certificate_available_date.strftime('%Y-%m-%dT%H:%M:%S%z') - container_string = _("Your certificate will be available on or before {date}") + container_string = _("Your certificate will be available on or after {date}") format = 'shortDate' %>