From 0e1cbb8dbcfdbfe966100e9996b3a0e1b80cec6c Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Date: Mon, 3 Jul 2023 07:50:58 -0600 Subject: [PATCH 1/8] fix page title --- src/app/constants.ts | 2 +- .../properties/developer-tools/developer-tools.en.properties | 2 +- src/locale/properties/shared/shared.en.properties | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/constants.ts b/src/app/constants.ts index fc87d16a43..8ffefee339 100644 --- a/src/app/constants.ts +++ b/src/app/constants.ts @@ -125,7 +125,7 @@ export const ApplicationRoutesLabels = { [ApplicationRoutes.trustedParties]: $localize`:@@share.trustedParties:Trusted parties - ORCID `, [ApplicationRoutes.resetPasswordEmail]: $localize`:@@share.resetPasswordEmail:Reset password - ORCID`, [ApplicationRoutes.selfService]: $localize`:@@share.selfService:Self Service - ORCID`, - [ApplicationRoutes.developerTools]: $localize`:@@share.selfService:Developer tools - ORCID`, + [ApplicationRoutes.developerTools]: $localize`:@@share.developerTools:Developer tools - ORCID`, } export const ApplicationDynamicRoutesLabels = { diff --git a/src/locale/properties/developer-tools/developer-tools.en.properties b/src/locale/properties/developer-tools/developer-tools.en.properties index 3f23bc6e51..131b7331ca 100644 --- a/src/locale/properties/developer-tools/developer-tools.en.properties +++ b/src/locale/properties/developer-tools/developer-tools.en.properties @@ -73,4 +73,4 @@ developerTools.applicationNameMaxLength=Application name cannot exceed 255 chara developerTools.descriptionNameMaxLength=Application description cannot exceed 1000 characters. developerTools.onceTheUserHasAuthorized=Once the user has authorized your application, they will be returned to a URI that you specify. You must provide these URIs in advance or your integration users will experience an error. developerTools.collapse=Collapse -developerTools.expand=Expand \ No newline at end of file +developerTools.expand=Expand diff --git a/src/locale/properties/shared/shared.en.properties b/src/locale/properties/shared/shared.en.properties index 8a2691cb9e..57f29bdf98 100644 --- a/src/locale/properties/shared/shared.en.properties +++ b/src/locale/properties/shared/shared.en.properties @@ -597,3 +597,4 @@ share.resetPasswordEmail=Reset password - ORCID share.selfService=Self Service - ORCID share.orcidTitle=- ORCID share.myOrcidTitle=- My ORCID +share.developerTools=Developer tools - ORCID \ No newline at end of file From 8c9e345d7c9e36ef490e4c7491f98c514e92a50f Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Date: Mon, 3 Jul 2023 08:17:23 -0600 Subject: [PATCH 2/8] fix a11y --- .../developer-tools.component.html | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/app/developer-tools/pages/developer-tools/developer-tools.component.html b/src/app/developer-tools/pages/developer-tools/developer-tools.component.html index fa8f7c2c59..729f7b2a91 100644 --- a/src/app/developer-tools/pages/developer-tools/developer-tools.component.html +++ b/src/app/developer-tools/pages/developer-tools/developer-tools.component.html @@ -66,6 +66,7 @@