Commit 73eb9bd9 by Ahsan Ulhaq

Update help text for Name field in edx registration

ECOM-2897
parent a7e21bf1
...@@ -182,7 +182,7 @@ import calendar ...@@ -182,7 +182,7 @@ import calendar
<li class="field required text" id="field-name"> <li class="field required text" id="field-name">
<label for="name">${_('Full Name')}</label> <label for="name">${_('Full Name')}</label>
<input id="name" type="text" name="name" value="${name}" placeholder="${_('example: Jane Doe')}" required aria-required="true" aria-describedby="name-tip" /> <input id="name" type="text" name="name" value="${name}" placeholder="${_('example: Jane Doe')}" required aria-required="true" aria-describedby="name-tip" />
<span class="tip tip-input" id="name-tip">${_("Needed for any certificates you may earn")}</span> <span class="tip tip-input" id="name-tip">${_("Your legal name, used for any certificates you earn.")}</span>
</li> </li>
<li class="field required text" id="field-username"> <li class="field required text" id="field-username">
<label for="username">${_('Public Username')}</label> <label for="username">${_('Public Username')}</label>
...@@ -236,7 +236,7 @@ import calendar ...@@ -236,7 +236,7 @@ import calendar
<li class="field required text" id="field-name"> <li class="field required text" id="field-name">
<label for="name">${_('Full Name')}</label> <label for="name">${_('Full Name')}</label>
<input id="name" type="text" name="name" value="" placeholder="$_('example: Jane Doe')}" aria-describedby="name-tip" /> <input id="name" type="text" name="name" value="" placeholder="$_('example: Jane Doe')}" aria-describedby="name-tip" />
<span class="tip tip-input" id="name-tip">${_("Needed for any certificates you may earn")}</span> <span class="tip tip-input" id="name-tip">${_("Your legal name, used for any certificates you earn.")}</span>
</li> </li>
% endif % endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment