From 37a363dab720abe9456793d1e578574102917b26 Mon Sep 17 00:00:00 2001 From: Shirley He Date: Thu, 1 Jun 2017 12:58:57 +0000 Subject: [PATCH] implement feedback --- lms/templates/student_account/register.underscore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')%>