Skip to content

Commit

Permalink
Merge pull request #1975 from ORCID/move-back-to-trusted-only-string
Browse files Browse the repository at this point in the history
move-back-to-trusted-only-string
  • Loading branch information
leomendoza123 authored Jun 5, 2023
2 parents a7a6484 + 4898004 commit 477d901
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@
i18n="@@register.VisibilityEveryone"
>Everyone</ng-container
>
<ng-container
*ngIf="privacy === 'LIMITED'"
i18n="@@account.trustedParties"
>
Trusted Parties</ng-container
<ng-container *ngIf="privacy === 'LIMITED'" i18n="@@account.trusted"
>Trusted</ng-container
>
<ng-container
*ngIf="privacy === 'PRIVATE'"
Expand Down

0 comments on commit 477d901

Please sign in to comment.