From 39ec546e12a4a13ddceadd97089f3983b0ada1e9 Mon Sep 17 00:00:00 2001 From: Deepa Date: Thu, 15 Sep 2016 17:27:30 +0530 Subject: [PATCH] Lower case the term partner manager in UI strings --- cms/djangoapps/contentstore/tests/test_course_settings.py | 2 +- cms/templates/settings.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/djangoapps/contentstore/tests/test_course_settings.py b/cms/djangoapps/contentstore/tests/test_course_settings.py index 1efcb8a393..16fc94f5c5 100644 --- a/cms/djangoapps/contentstore/tests/test_course_settings.py +++ b/cms/djangoapps/contentstore/tests/test_course_settings.py @@ -1072,7 +1072,7 @@ class CourseEnrollmentEndFieldTest(CourseTestCase): Base class to test the enrollment end fields in the course settings details view in Studio when using marketing site flag and global vs non-global staff to access the page. """ - NOT_EDITABLE_HELPER_MESSAGE = "Contact your edX Partner Manager to update these settings." + NOT_EDITABLE_HELPER_MESSAGE = "Contact your edX partner manager to update these settings." NOT_EDITABLE_DATE_WRAPPER = "
" NOT_EDITABLE_TIME_WRAPPER = "
" NOT_EDITABLE_DATE_FIELD = " ${_("Last day students can enroll.")} % if not enrollment_end_editable: - ${_("Contact your edX Partner Manager to update these settings.")} + ${_("Contact your edX partner manager to update these settings.")} % endif