fix: correct typo, content is locked, not lost (#28802)

This commit is contained in:
Phillip Shiu
2021-09-21 09:49:55 -04:00
committed by GitHub
parent 0bf7cc13f6
commit 6d7dcef8d6
2 changed files with 2 additions and 2 deletions

View File

@@ -569,7 +569,7 @@ class CourseModeViewTest(CatalogIntegrationMixin, UrlResetMixin, ModuleStoreTest
# and related theme and translation files.
# Check for string unique to unfbe.html.
self.assertContains(response, "Some graded content may be lost")
self.assertContains(response, "Some graded content may be locked")
# This string only occurs in lms/templates/course_modes/unfbe.html
# and related theme and translation files.

View File

@@ -32,7 +32,7 @@ from openedx.core.djangolib.markup import HTML, Text
<div class="choice-bullets track-selection-type-unfbe">
<ul>
<li>${_("Get access to the course material, including videos and readings")}</li>
<li>${_("Some graded content may be lost")}</li>
<li>${_("Some graded content may be locked")}</li>
</ul>
</div>
</%block>