Skip to content

Commit

Permalink
move-back-to-trusted-only-string
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Jun 5, 2023
1 parent a7a6484 commit 4898004
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 4898004

Please sign in to comment.