From 501fc69d7f237e224a846873ce2dfe5ebce73db8 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 21 Jul 2016 16:16:19 -0400 Subject: [PATCH] Messaging update to hide after due warning --- cms/templates/js/content-visibility-editor.underscore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cms/templates/js/content-visibility-editor.underscore b/cms/templates/js/content-visibility-editor.underscore index 4c1093461e..e80830ecd0 100644 --- a/cms/templates/js/content-visibility-editor.underscore +++ b/cms/templates/js/content-visibility-editor.underscore @@ -19,7 +19,8 @@
  • <%- gettext('Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.') %>

  • @@ -27,7 +28,11 @@ <% if (hasExplicitStaffLock && !ancestorLocked) { %>

    - <%- gettext('Units inherit the visibility setting of the subsection they are in. If you make this subsection visible to learners, published units that were previously hidden also become visible. Only units that were explicitly hidden remain hidden regardless of the option you select for this subsection.') %> + <%- interpolate( + gettext('If you select an option other than "%(hide_label)s", after the subsection release date has passed, published units in this subsection will become available to learners unless units are explicitly hidden.'), + { hide_label: hide_label }, + true + ) %>

    <% } %>