Skip to content

Commit

Permalink
Fix typo authorize (#2231)
Browse files Browse the repository at this point in the history
* Fix typo for form-authorize component

* update the authorize key

* Fixing CI error

* Added back authorize prefix

* Fixed the text for account props bioUpdate and personUpdate

---------

Co-authored-by: Angel Montenegro <[email protected]>
  • Loading branch information
Camelia-Orcid and amontenegro authored Apr 10, 2024
1 parent 239d033 commit 1849c41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/types/account-trusted-organizations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const ScopePathTypeLabel = {
[ScopePathType.FUNDING_UPDATE]: $localize`:@@account.scopePathType.fundingUpdate:Update your funding items`,
[ScopePathType.ORCID_BIO_EXTERNAL_IDENTIFIERS_CREATE]: $localize`:@@account.scopePathType.orcidBioExternalIdentifiersCreate:Add a person identifier`,
[ScopePathType.ORCID_BIO_READ_LIMITED]: $localize`:@@account.scopePathType.orcidBioReadLimited:Read your biographical information`,
[ScopePathType.ORCID_BIO_UPDATE]: $localize`:@@account.scopePathType.orcidBioUpdate:Add/update other information about you (country, keywords, etc.)`,
[ScopePathType.ORCID_BIO_UPDATE]: $localize`:@@account.scopePathType.orcidBioUpdate:Add/update information about you (country, keywords, etc.)`,
[ScopePathType.ORCID_GRANTS_CREATE]: $localize`:@@account.scopePathType.orcidGrantsCreate:Add grants to your grants list`,
[ScopePathType.ORCID_GRANTS_READ_LIMITED]: $localize`:@@account.scopePathType.orcidGrantsReadLimited:Read limited info from your grants list`,
[ScopePathType.ORCID_PROFILE_CREATE]: $localize`:@@account.scopePathType.orcidProfileCreate:Create a new profile`,
Expand All @@ -64,7 +64,7 @@ export const ScopePathTypeLabel = {
[ScopePathType.PEER_REVIEW_READ_LIMITED]: $localize`:@@account.scopePathType.peerReviewReadLimited:Read peer reviews from your ORCID record`,
[ScopePathType.PEER_REVIEW_UPDATE]: $localize`:@@account.scopePathType.peerReviewUpdate:Update your peer reviews`,
[ScopePathType.PERSON_READ_LIMITED]: $localize`:@@account.scopePathType.personReadLimited:Read limited information from your biography.`,
[ScopePathType.PERSON_UPDATE]: $localize`:@@account.scopePathType.personUpdate:Add/update other information about you (country, keywords, etc.)`,
[ScopePathType.PERSON_UPDATE]: $localize`:@@account.scopePathType.personUpdate:Add/update information about you (country, keywords, etc.)`,
[ScopePathType.READ_LIMITED]: $localize`:@@account.scopePathType.readLimited:Read your information with visibility set to Trusted Parties`,
[ScopePathType.READ_PUBLIC]: $localize`:@@account.scopePathType.readPublic:Read public info only`,
[ScopePathType.WEBHOOK]: $localize`:@@account.scopePathType.webhook:Notifies Application if there are changes to your record`,
Expand Down
4 changes: 2 additions & 2 deletions src/locale/properties/account/account.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ account.scopePathType.fundingReadLimited=Read limited info from your funding lis
account.scopePathType.fundingUpdate=Update your funding items
account.scopePathType.orcidBioExternalIdentifiersCreate=Add a person identifier
account.scopePathType.orcidBioReadLimited=Read your biographical information
account.scopePathType.orcidBioUpdate=Add/update other information about you (country, keywords, etc.)
account.scopePathType.orcidBioUpdate=Add/update information about you (country, keywords, etc.)
account.scopePathType.orcidGrantsCreate=Add grants to your grants list
account.scopePathType.orcidGrantsReadLimited=Read limited info from your grants list
account.scopePathType.orcidProfileCreate=Create a new profile
Expand All @@ -194,7 +194,7 @@ account.scopePathType.peerReviewCreate=Add peer reviews
account.scopePathType.peerReviewReadLimited=Read peer reviews from your ORCID record
account.scopePathType.peerReviewUpdate=Update your peer reviews
account.scopePathType.personReadLimited=Read limited information from your biography.
account.scopePathType.personUpdate=Add/update other information about you (country, keywords, etc.)
account.scopePathType.personUpdate=Add/update information about you (country, keywords, etc.)
account.scopePathType.readLimited=Read your information with visibility set to Trusted Parties
account.scopePathType.readPublic=Read public info only
account.scopePathType.webhook=Notifies Application if there are changes to your record

0 comments on commit 1849c41

Please sign in to comment.