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