fix: correct typo, content is locked, not lost (#28802)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user