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
9c27a8ec
Commit
9c27a8ec
authored
Sep 30, 2016
by
Alison Hodges
Committed by
GitHub
Sep 30, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13477 from deepsrijit1105/master
Lower case the term partner manager in UI strings
parents
e3db08f1
39ec546e
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 @
9c27a8ec
...
@@ -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 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_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
\"
\
...
...
cms/templates/settings.html
View file @
9c27a8ec
...
@@ -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 M
anager to update these settings.")}
${_("Contact your edX
partner m
anager to update these settings.")}
% endif
% endif
</span>
</span>
</div>
</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