From 73eb9bd9df7bba62bb3dcc7fa1c5ae0ad0b726a2 Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Wed, 18 Nov 2015 17:44:28 +0500 Subject: [PATCH] Update help text for Name field in edx registration ECOM-2897 --- lms/templates/register.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/register.html b/lms/templates/register.html index c695a7a482..b241d3e5eb 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -182,7 +182,7 @@ import calendar
  • - ${_("Needed for any certificates you may earn")} + ${_("Your legal name, used for any certificates you earn.")}
  • @@ -236,7 +236,7 @@ import calendar
  • - ${_("Needed for any certificates you may earn")} + ${_("Your legal name, used for any certificates you earn.")}
  • % endif