From 1849c41fa8d1a9baff2f6d3444f9a1560a62cd40 Mon Sep 17 00:00:00 2001 From: Camelia Dumitru <62257307+Camelia-Orcid@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:02:57 +0100 Subject: [PATCH] Fix typo authorize (#2231) * 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 --- src/app/types/account-trusted-organizations.ts | 4 ++-- src/locale/properties/account/account.en.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/types/account-trusted-organizations.ts b/src/app/types/account-trusted-organizations.ts index 4188b252f0..c2655b968f 100644 --- a/src/app/types/account-trusted-organizations.ts +++ b/src/app/types/account-trusted-organizations.ts @@ -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`, @@ -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`, diff --git a/src/locale/properties/account/account.en.properties b/src/locale/properties/account/account.en.properties index 8743d46d65..92580b16db 100644 --- a/src/locale/properties/account/account.en.properties +++ b/src/locale/properties/account/account.en.properties @@ -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 @@ -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