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
efae2778
Commit
efae2778
authored
Jun 08, 2017
by
Shirley He
Committed by
GitHub
Jun 08, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15245 from edx/shrlyhe/ENT-371
ENT-371: Add platform name to "Create your account" message
parents
205de011
37a363da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lms/templates/student_account/register.underscore
+2
-2
No files found.
lms/templates/student_account/register.underscore
View file @
efae2778
...
...
@@ -2,11 +2,11 @@
</div>
<div class="toggle-form">
<span class="text"><%-
gettext("Already have an account?"
) %></span>
<span class="text"><%-
edx.StringUtils.interpolate(gettext('Already have an {platformName} account?'), {platformName: context.platformName }
) %></span>
<a href="#login" class="form-toggle" data-type="login"><%- gettext("Sign in.") %></a>
</div>
<h2><%- gettext(
"Create an Account")
%></h2>
<h2><%- gettext(
'Create an Account')
%></h2>
<form id="register" class="register-form" autocomplete="off" tabindex="-1" method="POST">
...
...
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