[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.
This commit is contained in:
Albert (AJ) St. Aubin
2021-04-21 11:17:56 -04:00
parent 012dc084f6
commit a21d0ff224

View File

@@ -37,7 +37,7 @@ else:
<p class="message-copy">
<%
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'
%>
<span class="info-date-block localized-datetime" data-language="${user_language}" data-timezone="${user_timezone}" data-datetime="${certificate_available_date_string}" data-format=${format} data-string="${container_string}"></span>