Skip to content

Commit

Permalink
fix: Update text in oauth privacy policy declaration (#2236)
Browse files Browse the repository at this point in the history
* fix: Update text in oauth privacy policy declaration

* fix: Oauth privacy panel margin bottom

---------

Co-authored-by: Daniel Palafox <[email protected]>
  • Loading branch information
DanielPalafox and Daniel Palafox authored Apr 17, 2024
1 parent a46af46 commit 016106a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,14 @@ <h1 class="orc-font-heading-small" i18n="@@authorize.authorize">
></app-info-drop-down>

<p
class="mat-body-1 m-t-16 m-b-32"
class="mat-body-1 m-t-16 m-b-16"
i18n="@@authorize.organizationAskedFollowingAccess"
>
This organization has asked for the following access to your ORCID
record:
</p>

<ul class="mat-body-1 m-t-base m-b-64">
<ul class="mat-body-1 m-t-base m-b-32">
<ng-container
*ngFor="let scope of this.oauthRequest.scopes; let last = last"
>
Expand Down Expand Up @@ -268,17 +268,17 @@ <h1 class="orc-font-heading-small" i18n="@@authorize.authorize">
>
</p>
<p class="mat-caption">
<ng-container i18n="@@authorize.youCanManage">
You can manage access permissions for this and other Trusted
Organizations in your
<ng-container i18n="@@authorize.manageAccessPersmissions">
You can manage access permissions for this and other
Trusted Organizations from within your list of
</ng-container>
<a
href="/account#manage-permissions"
routerLink="/trusted-parties"
target="_blank"
rel="noopener noreferrer"
class="underline"
i18n="@@authorize.accountSettings"
>account settings.</a
i18n="@@authorize.trustedParties"
>trusted parties.</a
>
</p>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/locale/properties/authorize/authorize.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ authorize.youHave=You have
authorize.trustedAccounts=trusted accounts.
authorize.authorizeAccessFor=Authorize access for
authorize.dashOrcid=- ORCID
authorize.manageAccessPersmissions=You can manage access permissions for this and other Trusted Organizations from within your list of
authorize.trustedParties=trusted parties.

0 comments on commit 016106a

Please sign in to comment.