NIHVIVO-2280: Removed word OPTIONAL in External AUTH ID label.
This commit is contained in:
parent
f7979ef914
commit
f49d3af301
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue