From 6d7dcef8d6255e0f4e51be48389ece300aaf1308 Mon Sep 17 00:00:00 2001 From: Phillip Shiu Date: Tue, 21 Sep 2021 09:49:55 -0400 Subject: [PATCH] fix: correct typo, content is locked, not lost (#28802) --- common/djangoapps/course_modes/tests/test_views.py | 2 +- lms/templates/course_modes/unfbe.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/djangoapps/course_modes/tests/test_views.py b/common/djangoapps/course_modes/tests/test_views.py index 8e0be0b884..f1a130466e 100644 --- a/common/djangoapps/course_modes/tests/test_views.py +++ b/common/djangoapps/course_modes/tests/test_views.py @@ -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. diff --git a/lms/templates/course_modes/unfbe.html b/lms/templates/course_modes/unfbe.html index dc2e18fb12..753a4cc30f 100644 --- a/lms/templates/course_modes/unfbe.html +++ b/lms/templates/course_modes/unfbe.html @@ -32,7 +32,7 @@ from openedx.core.djangolib.markup import HTML, Text