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
64d0c00e
Commit
64d0c00e
authored
Jan 28, 2015
by
Renzo Lucioni
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6800 from edx/renzo/redeem-code-conflict-copy
Change instances of 'register' to 'enroll'
parents
dce62ed6
3f8ca96f
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 @
64d0c00e
...
...
@@ -51,18 +51,18 @@ from courseware.courses import course_image_url, get_course_about_section
% elif registered_for_course:
<
%
dashboard_url =
reverse('dashboard')%
>
<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)}
</p>
% elif course_full:
<
%
dashboard_url =
reverse('dashboard')%
>
<p
class=
"enrollment-text"
>
${_("The course you are
register
ing for is full.")}
${_("The course you are
enroll
ing for is full.")}
</p>
% elif enrollment_closed:
<
%
dashboard_url =
reverse('dashboard')%
>
<p
class=
"enrollment-text"
>
${_("The course you are
register
ing for is closed.")}
${_("The course you are
enroll
ing for is closed.")}
</p>
% elif redeem_code_error:
<
%
dashboard_url =
reverse('dashboard')%
>
...
...
lms/templates/shoppingcart/registration_code_redemption.html
View file @
64d0c00e
...
...
@@ -66,7 +66,7 @@ from courseware.courses import course_image_url, get_course_about_section
% elif registered_for_course:
<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."
).format(
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