From f80a32e082a0f748ea0ed7a5776999ba18b2ac40 Mon Sep 17 00:00:00 2001 From: Usman Khalid Date: Fri, 4 Oct 2013 17:12:23 +0500 Subject: [PATCH] Register.html: Corrected help text for username & name fields --- lms/templates/register.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/templates/register.html b/lms/templates/register.html index 3c14b72458..c489b2a75e 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -133,12 +133,12 @@
  • - ${_('Will be shown in any discussions or forums you participate in')} + ${_('Will be shown in any discussions or forums you participate in')} (${_('cannot be changed later')})
  • - ${_("Needed for any certificates you may earn (cannot be changed later)")} + ${_("Needed for any certificates you may earn")}
  • @@ -163,7 +163,7 @@
  • - ${_('Will be shown in any discussions or forums you participate in')} + ${_('Will be shown in any discussions or forums you participate in')} (${_('cannot be changed later')})
  • % if ask_for_fullname: @@ -171,7 +171,7 @@
  • - ${_("Needed for any certificates you may earn (cannot be changed later)")} + ${_("Needed for any certificates you may earn")}
  • % endif