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 + ) %>

    <% } %>