diff --git a/lms/templates/register.html b/lms/templates/register.html index c489b2a75e..54fdf34786 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -76,7 +76,7 @@ $submitButton. removeClass('is-disabled'). removeProp('disabled'). - html("${_('Create my {platform_name} Account').format(platform_name=settings.PLATFORM_NAME)}"); + html("${_('Create My {platform_name} Account').format(platform_name=settings.PLATFORM_NAME)}"); } else { $submitButton. @@ -131,7 +131,7 @@
  • - + ${_('Will be shown in any discussions or forums you participate in')} (${_('cannot be changed later')})
  • @@ -146,7 +146,7 @@

    ${_("Welcome {username}").format(username=extauth_id)}

    -

    ${_("Enter a public username:")}

    +

    ${_("Enter a Public Display Name:")}

      @@ -161,7 +161,7 @@ % endif
    1. - + ${_('Will be shown in any discussions or forums you participate in')} (${_('cannot be changed later')})