Skip to content

Commit

Permalink
Merge pull request #53 from edly-io/zub/EDLY-1193-update-register-for…
Browse files Browse the repository at this point in the history
…m-title

Update register form title
  • Loading branch information
zubair-arbi authored Apr 9, 2020
2 parents 58e4ad5 + 78f1e56 commit a7e6554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/student_account/register.underscore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<% if (!context.syncLearnerProfileData) { %>
<div class="toggle-form">
<span class="text"><%- edx.StringUtils.interpolate(gettext('Already have an {platformName} account?'), {platformName: context.platformName }) %></span>
<span class="text"><%- gettext("Already have an account?") %></span>
<a href="#login" class="form-toggle" data-type="login"><%- gettext("Sign in.") %></a>
</div>
<% } %>
Expand Down

0 comments on commit a7e6554

Please sign in to comment.