From 2ee140eb79bc14ad6b28667045b88b9747ab451d Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 24 Jul 2013 15:16:32 -0400 Subject: [PATCH] edx.org: syncing up capitalization of register/login submit button copy --- lms/templates/register.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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