Commit 37a363da by Shirley He

implement feedback

parent 0d9146a2
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
</div> </div>
<div class="toggle-form"> <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> <a href="#login" class="form-toggle" data-type="login"><%- gettext("Sign in.") %></a>
</div> </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"> <form id="register" class="register-form" autocomplete="off" tabindex="-1" method="POST">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment