Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
39ec546e
Commit
39ec546e
authored
Sep 15, 2016
by
Deepa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lower case the term partner manager in UI strings
parent
663fbbba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cms/djangoapps/contentstore/tests/test_course_settings.py
+1
-1
cms/templates/settings.html
+1
-1
No files found.
cms/djangoapps/contentstore/tests/test_course_settings.py
View file @
39ec546e
...
...
@@ -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 M
anager to update these settings."
NOT_EDITABLE_HELPER_MESSAGE
=
"Contact your edX
partner m
anager to update these settings."
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_DATE_FIELD
=
"<input type=
\"
text
\"
class=
\"
end-date date end
\"
\
...
...
cms/templates/settings.html
View file @
39ec546e
...
...
@@ -238,7 +238,7 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
<span
class=
"tip tip-stacked"
>
${_("Last day students can enroll.")}
% if not enrollment_end_editable:
${_("Contact your edX
Partner M
anager to update these settings.")}
${_("Contact your edX
partner m
anager to update these settings.")}
% endif
</span>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment