diff --git a/lms/templates/student_account/register.underscore b/lms/templates/student_account/register.underscore index fa5a65ef2f..d4ed354202 100644 --- a/lms/templates/student_account/register.underscore +++ b/lms/templates/student_account/register.underscore @@ -2,11 +2,11 @@
- <%- gettext("Already have an account?") %> + <%- edx.StringUtils.interpolate(gettext('Already have an {platformName} account?'), {platformName: context.platformName }) %> <%- gettext("Sign in.") %>
-

<%- gettext("Create an Account") %>

+

<%- gettext('Create an Account')%>