Commit 9c27a8ec by Alison Hodges Committed by GitHub

Merge pull request #13477 from deepsrijit1105/master

Lower case the term partner manager in UI strings
parents e3db08f1 39ec546e
...@@ -1072,7 +1072,7 @@ class CourseEnrollmentEndFieldTest(CourseTestCase): ...@@ -1072,7 +1072,7 @@ class CourseEnrollmentEndFieldTest(CourseTestCase):
Base class to test the enrollment end fields in the course settings details view in Studio 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. 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 = "<div class=\"field date is-not-editable\" id=\"field-enrollment-end-date\">" NOT_EDITABLE_DATE_WRAPPER = "<div class=\"field date is-not-editable\" id=\"field-enrollment-end-date\">"
NOT_EDITABLE_TIME_WRAPPER = "<div class=\"field time is-not-editable\" id=\"field-enrollment-end-time\">" NOT_EDITABLE_TIME_WRAPPER = "<div class=\"field time is-not-editable\" id=\"field-enrollment-end-time\">"
NOT_EDITABLE_DATE_FIELD = "<input type=\"text\" class=\"end-date date end\" \ NOT_EDITABLE_DATE_FIELD = "<input type=\"text\" class=\"end-date date end\" \
......
...@@ -238,7 +238,7 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}' ...@@ -238,7 +238,7 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
<span class="tip tip-stacked"> <span class="tip tip-stacked">
${_("Last day students can enroll.")} ${_("Last day students can enroll.")}
% if not enrollment_end_editable: % if not enrollment_end_editable:
${_("Contact your edX Partner Manager to update these settings.")} ${_("Contact your edX partner manager to update these settings.")}
% endif % endif
</span> </span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment