diff --git a/lms/templates/register.html b/lms/templates/register.html index 57a9ffa843..ec6bdd81bb 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -69,7 +69,7 @@ $submitButton. removeClass('is-disabled'). removeProp('disabled'). - html('Create my ${settings.PLATFORM_NAME} Account'); + html('Create My ${settings.PLATFORM_NAME} Account'); } else { $submitButton. @@ -141,32 +141,32 @@
    - + % if ask_for_email:
  1. - + % endif - +
  2. Will be shown in any discussions or forums you participate in
  3. - + % if ask_for_fullname: - +
  4. Needed for any certificates you may earn (cannot be changed later)
  5. - + % endif - +
% endif @@ -282,7 +282,7 @@

- + % endif ## TODO: Use a %block tag or something to allow themes to