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 @@