From 089a1db677c4914d56960eb09fbbc37910f45aa8 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Wed, 12 Mar 2014 16:56:54 -0400 Subject: [PATCH] adjusted Studio container publishing status message --- cms/djangoapps/contentstore/views/tests/test_container.py | 2 +- cms/templates/container.html | 2 +- cms/templates/ux/reference/container.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 = {