Commit 4b473b9b by Adam

Merge pull request #1578 from edx/adam/fix/registration-page-wording

"Public Display Name" -> "Public Username" on registration page [LMS-139...
parents 5c0c7ba6 69eebf43
......@@ -131,7 +131,7 @@
<input id="password" type="password" name="password" value="" required aria-required="true" />
</li>
<li class="field required text" id="field-username">
<label for="username">${_('Public Display Name')}</label>
<label for="username">${_('Public Username')}</label>
<input id="username" type="text" name="username" value="" placeholder="${_('example: JaneDoe')}" required aria-required="true" aria-describedby="username-tip"/>
<span class="tip tip-input" id="username-tip">${_('Will be shown in any discussions or forums you participate in')} <strong>(${_('cannot be changed later')})</strong></span>
</li>
......
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