NIHVIVO-2280: Removed word OPTIONAL in External AUTH ID label.

This commit is contained in:
manolobevia 2011-06-20 17:36:01 +00:00
parent f7979ef914
commit f49d3af301

View file

@ -65,7 +65,7 @@
<label for="last-name">Last name<span class="requiredHint"> *</span></label>
<input type="text" name="lastName" value="${lastName}" id="last-name" role="input" />
<label for="external-auth-id">External authorization ID (optional)</label>
<label for="external-auth-id">External authorization ID</label>
<input type="text" name="externalAuthId" value="${externalAuthId}" id="external-auth-id" role="input "/>
<#if roles?has_content>