Skip to content

Commit

Permalink
Merge pull request #1197 from ORCID/userDetailLabel
Browse files Browse the repository at this point in the history
corrected label in user list
  • Loading branch information
auumgn authored May 30, 2024
2 parents 04a5c53 + 8f6b800 commit 878e04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/user/users.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1 id="page-heading" class="mt-3" i18n="@@gatewayApp.msUserServiceMSUser.home.t
></fa-icon>
</th>
<th (click)="updateSort('mainContact')">
<span i18n="@@gatewayApp.msUserServiceMSUser.mainContact.string">Main Contact</span>
<span i18n="@@gatewayApp.msUserServiceMSUser.mainContact.string">Organization Owner</span>
<fa-icon
class="ml-2"
*ngIf="sortColumn === 'mainContact'"
Expand Down

0 comments on commit 878e04a

Please sign in to comment.