From 9999715ebe1ea74af3cd1448195bdc61a6c1e232 Mon Sep 17 00:00:00 2001 From: Sylvia Pearce Date: Mon, 12 Mar 2018 18:03:02 -0400 Subject: [PATCH] Updated message for content with prerequisites --- lms/templates/_gated_content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/_gated_content.html b/lms/templates/_gated_content.html index ac2477f823..561f59e561 100644 --- a/lms/templates/_gated_content.html +++ b/lms/templates/_gated_content.html @@ -16,7 +16,7 @@ from openedx.core.djangolib.markup import Text

${Text(_( - "You must complete the section '{prereq_section_name}' with the required score before you are able to view this content." + "You must earn a passing score for '{prereq_section_name}' to access this content." )).format(prereq_section_name=prereq_section_name)}

${_("Go to Prerequisite Section")}