diff --git a/cms/djangoapps/contentstore/views/tests/test_container.py b/cms/djangoapps/contentstore/views/tests/test_container.py index f26cb401ba..0752ca6141 100644 --- a/cms/djangoapps/contentstore/views/tests/test_container.py +++ b/cms/djangoapps/contentstore/views/tests/test_container.py @@ -68,5 +68,5 @@ class ContainerViewTestCase(CourseTestCase): # Verify the navigation link at the top of the page is correct. self.assertRegexpMatches(html, expected_breadcrumbs) # Verify the link that allows users to change publish status. - expected_unit_link = 'This container will publish as part of the unit Unit.' + expected_unit_link = 'This content is published with unit Unit.' self.assertIn(expected_unit_link, html) diff --git a/cms/templates/container.html b/cms/templates/container.html index bd055d37e3..2011434e64 100644 --- a/cms/templates/container.html +++ b/cms/templates/container.html @@ -81,7 +81,7 @@ xblock_info = {