Commit efae2778 by Shirley He Committed by GitHub

Merge pull request #15245 from edx/shrlyhe/ENT-371

ENT-371: Add platform name to "Create your account" message
parents 205de011 37a363da
......@@ -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">
......
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