Skip to content
Snippets Groups Projects
Unverified Commit 6d7dcef8 authored by Phillip Shiu's avatar Phillip Shiu Committed by GitHub
Browse files

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

parent 0bf7cc13
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment