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
3f8ca96f
Commit
3f8ca96f
authored
Jan 28, 2015
by
Renzo Lucioni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change instances of 'register' to 'enroll'
parent
dce62ed6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lms/templates/shoppingcart/registration_code_receipt.html
+3
-3
lms/templates/shoppingcart/registration_code_redemption.html
+1
-1
No files found.
lms/templates/shoppingcart/registration_code_receipt.html
View file @
3f8ca96f
...
@@ -51,18 +51,18 @@ from courseware.courses import course_image_url, get_course_about_section
...
@@ -51,18 +51,18 @@ from courseware.courses import course_image_url, get_course_about_section
% elif registered_for_course:
% elif registered_for_course:
<
%
dashboard_url =
reverse('dashboard')%
>
<
%
dashboard_url =
reverse('dashboard')%
>
<p
class=
"enrollment-text"
>
<p
class=
"enrollment-text"
>
${_("You're already
register
ed for this course."
${_("You're already
enroll
ed for this course."
" Visit your
<a
href=
{dashboard_url}
>
dashboard
</a>
to see the course.").format(dashboard_url=dashboard_url)}
" Visit your
<a
href=
{dashboard_url}
>
dashboard
</a>
to see the course.").format(dashboard_url=dashboard_url)}
</p>
</p>
% elif course_full:
% elif course_full:
<
%
dashboard_url =
reverse('dashboard')%
>
<
%
dashboard_url =
reverse('dashboard')%
>
<p
class=
"enrollment-text"
>
<p
class=
"enrollment-text"
>
${_("The course you are
register
ing for is full.")}
${_("The course you are
enroll
ing for is full.")}
</p>
</p>
% elif enrollment_closed:
% elif enrollment_closed:
<
%
dashboard_url =
reverse('dashboard')%
>
<
%
dashboard_url =
reverse('dashboard')%
>
<p
class=
"enrollment-text"
>
<p
class=
"enrollment-text"
>
${_("The course you are
register
ing for is closed.")}
${_("The course you are
enroll
ing for is closed.")}
</p>
</p>
% elif redeem_code_error:
% elif redeem_code_error:
<
%
dashboard_url =
reverse('dashboard')%
>
<
%
dashboard_url =
reverse('dashboard')%
>
...
...
lms/templates/shoppingcart/registration_code_redemption.html
View file @
3f8ca96f
...
@@ -66,7 +66,7 @@ from courseware.courses import course_image_url, get_course_about_section
...
@@ -66,7 +66,7 @@ from courseware.courses import course_image_url, get_course_about_section
% elif registered_for_course:
% elif registered_for_course:
<p
class=
"enrollment-text"
>
<p
class=
"enrollment-text"
>
${_(
${_(
"You're already
register
ed for this course. "
"You're already
enroll
ed for this course. "
"Visit your {link_start}dashboard{link_end} to see the course."
"Visit your {link_start}dashboard{link_end} to see the course."
).format(
).format(
link_start='
<a
href=
"{url}"
>
'.format(url=reverse('dashboard')),
link_start='
<a
href=
"{url}"
>
'.format(url=reverse('dashboard')),
...
...
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