diff --git a/cms/templates/js/access-editor.underscore b/cms/templates/js/access-editor.underscore
index 39d0b59756..a4fc348aa1 100644
--- a/cms/templates/js/access-editor.underscore
+++ b/cms/templates/js/access-editor.underscore
@@ -24,12 +24,12 @@
- <%- gettext('Minimum score must be an integer between 0 and 100.') %>
+ <%- gettext('The minimum score percentage must be a whole number between 0 and 100.') %>
<% } %>
-
diff --git a/common/lib/xmodule/xmodule/course_module.py b/common/lib/xmodule/xmodule/course_module.py
index 60ca406180..4a47af8949 100644
--- a/common/lib/xmodule/xmodule/course_module.py
+++ b/common/lib/xmodule/xmodule/course_module.py
@@ -756,9 +756,11 @@ class CourseFields(object):
)
enable_subsection_gating = Boolean(
- display_name=_("Enable Subsection Gating"),
+ display_name=_("Enable Subsection Prerequisites"),
help=_(
- "Enter true or false. If this value is true, subsection gating is enabled in your course."
+ "Enter true or false. If this value is true, you can hide a "
+ "subsection until learners earn a minimum score in another, "
+ "prerequisite subsection."
),
default=False,
scope=Scope.settings