From fffabeba4c30409b9110182a96a86ad94496c4c9 Mon Sep 17 00:00:00 2001 From: cahrens Date: Thu, 7 Aug 2014 10:23:17 -0400 Subject: [PATCH] Change wording of "remove staff lock" message. --- cms/static/js/views/pages/container_subviews.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/js/views/pages/container_subviews.js b/cms/static/js/views/pages/container_subviews.js index 32a78f0d92..5127c755dd 100644 --- a/cms/static/js/views/pages/container_subviews.js +++ b/cms/static/js/views/pages/container_subviews.js @@ -194,7 +194,7 @@ define(["jquery", "underscore", "gettext", "js/views/baseview", "js/views/utils/ _.bind(saveAndPublishStaffLock, self)); } else { ViewUtils.confirmThenRunOperation(gettext("Make Visible to Students"), - gettext("If you make this unit visible to students, students will be able to see its content after the release date has passed and you have published the unit. Do you want to proceed?"), + gettext("If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?"), gettext("Make Visible to Students"), function() { ViewUtils.runOperationShowingMessage(gettext('Making Visible to Students…'),