From 19f16d2b064160097002cad3d372a68e4533dcd5 Mon Sep 17 00:00:00 2001 From: amontenegro Date: Mon, 4 Sep 2023 16:37:56 -0600 Subject: [PATCH 1/3] Update support url --- src/app/cdk/is-this-you/is-this-you.component.html | 2 +- .../side-bar/modals/modal-email/modal-email.component.html | 2 +- .../top-bar-verification-email-modal.component.html | 4 ++-- .../top-bar-verification-email.component.html | 2 +- .../two-factor/two-factor-authentication-form.component.html | 4 ++-- src/app/layout/footer/footer.component.html | 4 ++-- .../pages/password-recovery/password-recovery.component.html | 2 +- src/app/record/components/top-bar/top-bar.component.html | 2 +- .../components/backend-error/backend-error.component.ts | 2 +- .../components/errors/deactivated/deactivated.component.html | 4 ++-- .../errors/print-errors/print-errors.component.html | 2 +- src/locale/properties/layout/layout.en.properties | 2 +- src/locale/properties/signin/signin.en.properties | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/cdk/is-this-you/is-this-you.component.html b/src/app/cdk/is-this-you/is-this-you.component.html index ab028a3341..9419717031 100644 --- a/src/app/cdk/is-this-you/is-this-you.component.html +++ b/src/app/cdk/is-this-you/is-this-you.component.html @@ -6,7 +6,7 @@

{{ data.titleLabel || titleLabel }}

{{ data.contactLabel || contactLabel }} diff --git a/src/app/cdk/side-bar/modals/modal-email/modal-email.component.html b/src/app/cdk/side-bar/modals/modal-email/modal-email.component.html index 7abb00809d..02b340e68a 100644 --- a/src/app/cdk/side-bar/modals/modal-email/modal-email.component.html +++ b/src/app/cdk/side-bar/modals/modal-email/modal-email.component.html @@ -223,7 +223,7 @@

rel="noopener noreferrer" i18n="@@side-bar.support" [attr.aria-label]="ariaLabelKnowledgeSupport" - href="https://support.orcid.org/hc/en-us/requests/new" + href="https://support.orcid.org/" > support. diff --git a/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.html b/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.html index 2be9c7962a..17a63e478e 100644 --- a/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.html +++ b/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.html @@ -66,12 +66,12 @@
- https://support.orcid.org/hc/en-us/requests/new + https://support.orcid.org/

diff --git a/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html b/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html index 48b4a86f86..d0c0c761f3 100644 --- a/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html +++ b/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html @@ -79,7 +79,7 @@

target="_blank" rel="noopener noreferrer" i18n="@@side-bar.support" - href="https://support.orcid.org/hc/en-us/requests/new" + href="https://support.orcid.org/" > support. diff --git a/src/app/cdk/two-factor-authentication-form/two-factor/two-factor-authentication-form.component.html b/src/app/cdk/two-factor-authentication-form/two-factor/two-factor-authentication-form.component.html index 006535510e..f3f11ede5b 100644 --- a/src/app/cdk/two-factor-authentication-form/two-factor/two-factor-authentication-form.component.html +++ b/src/app/cdk/two-factor-authentication-form/two-factor/two-factor-authentication-form.component.html @@ -76,11 +76,11 @@ Contact support + >ORCID Help Center

- Contact Support + ORCID Help Center contact us. diff --git a/src/app/record/components/top-bar/top-bar.component.html b/src/app/record/components/top-bar/top-bar.component.html index 91bf2cf682..c55ecb2693 100644 --- a/src/app/record/components/top-bar/top-bar.component.html +++ b/src/app/record/components/top-bar/top-bar.component.html @@ -32,7 +32,7 @@ i18n="@@topBar.orcidSupport" target="_blank" rel="noopener noreferrer" - href="https://support.orcid.org/hc/en-us/requests/new" + href="https://support.orcid.org/" >ORCID support contact support @@ -60,7 +60,7 @@ contact support diff --git a/src/app/sign-in/components/errors/print-errors/print-errors.component.html b/src/app/sign-in/components/errors/print-errors/print-errors.component.html index ae0afb189d..6fc9225992 100644 --- a/src/app/sign-in/components/errors/print-errors/print-errors.component.html +++ b/src/app/sign-in/components/errors/print-errors/print-errors.component.html @@ -31,7 +31,7 @@ contact support diff --git a/src/locale/properties/layout/layout.en.properties b/src/locale/properties/layout/layout.en.properties index a0261cd21e..56ca0d0760 100644 --- a/src/locale/properties/layout/layout.en.properties +++ b/src/locale/properties/layout/layout.en.properties @@ -109,5 +109,5 @@ layout.ariaLabelSearchBy=Search by name, affiliation or ORCID iD layout.ariaLabelSigninRegister=Sign in to ORCID or register for your ORCID iD layout.searchTitle=Search layout.howManyPeopleAreUsingORCID=How many people are using ORCID? -footer.contactSupport=Contact Support +footer.contactSupport=ORCID Help Center footer.cookieSettings=Cookie Settings diff --git a/src/locale/properties/signin/signin.en.properties b/src/locale/properties/signin/signin.en.properties index fe3ea9c9c6..de04874ecc 100644 --- a/src/locale/properties/signin/signin.en.properties +++ b/src/locale/properties/signin/signin.en.properties @@ -50,7 +50,7 @@ ngOrcid.signin.2fa.badRecoveryCodeLength=Invalid recovery code length ngOrcid.signin.2fa.verificationCodeRequired=Authentication code is required ngOrcid.signin.2fa.badVerificationCode=Invalid authentication code ngOrcid.signin.2fa.badVerificationCodeLength=Invalid authentication code length -ngOrcid.signin.2fa.contactSupport=Contact support +ngOrcid.signin.2fa.contactSupport=ORCID Help Center ngOrcid.signin.2fa.noDevice1=Don't have your device? ngOrcid.signin.2fa.noDevice2=Enter a recovery code ngOrcid.signin.2fa.noDeviceOrRecovery=Don't have your device or recovery code? From 2107b024f3e44d1944e306a760f7feb22cecc0b0 Mon Sep 17 00:00:00 2001 From: amontenegro Date: Mon, 4 Sep 2023 16:46:39 -0600 Subject: [PATCH 2/3] Property for ORCID Help Center --- .../two-factor/two-factor-authentication-form.component.html | 2 +- src/app/layout/footer/footer.component.html | 2 +- src/locale/properties/shared/shared.en.properties | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/cdk/two-factor-authentication-form/two-factor/two-factor-authentication-form.component.html b/src/app/cdk/two-factor-authentication-form/two-factor/two-factor-authentication-form.component.html index f3f11ede5b..f3bf0efeb3 100644 --- a/src/app/cdk/two-factor-authentication-form/two-factor/two-factor-authentication-form.component.html +++ b/src/app/cdk/two-factor-authentication-form/two-factor/two-factor-authentication-form.component.html @@ -79,7 +79,7 @@ (click)="navigateTo('https://support.orcid.org/')" rel="noopener noreferrer" target="_blank" - i18n="@@ngOrcid.signin.2fa.contactSupport" + i18n="@@shared.orcidHelpCenter" >ORCID Help Center

diff --git a/src/app/layout/footer/footer.component.html b/src/app/layout/footer/footer.component.html index b6fcb36fbf..3c0f87789e 100644 --- a/src/app/layout/footer/footer.component.html +++ b/src/app/layout/footer/footer.component.html @@ -88,7 +88,7 @@ > ORCID Help Center diff --git a/src/locale/properties/shared/shared.en.properties b/src/locale/properties/shared/shared.en.properties index 859dacd934..5832e2568f 100644 --- a/src/locale/properties/shared/shared.en.properties +++ b/src/locale/properties/shared/shared.en.properties @@ -627,3 +627,4 @@ shared.researchSortTitle=Sort research resources by title shared.researchSortDate=Sort research resources by date shared.today=Today share.more=more +shared.orcidHelpCenter=ORCID Help Center \ No newline at end of file From d2e33262b75d64172e4b191aa65489ac9ff47991 Mon Sep 17 00:00:00 2001 From: amontenegro Date: Mon, 4 Sep 2023 16:48:17 -0600 Subject: [PATCH 3/3] Rollback contact support keys --- src/locale/properties/layout/layout.en.properties | 2 +- src/locale/properties/signin/signin.en.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locale/properties/layout/layout.en.properties b/src/locale/properties/layout/layout.en.properties index 56ca0d0760..de947fb857 100644 --- a/src/locale/properties/layout/layout.en.properties +++ b/src/locale/properties/layout/layout.en.properties @@ -109,5 +109,5 @@ layout.ariaLabelSearchBy=Search by name, affiliation or ORCID iD layout.ariaLabelSigninRegister=Sign in to ORCID or register for your ORCID iD layout.searchTitle=Search layout.howManyPeopleAreUsingORCID=How many people are using ORCID? -footer.contactSupport=ORCID Help Center +footer.contactSupport=Contact support footer.cookieSettings=Cookie Settings diff --git a/src/locale/properties/signin/signin.en.properties b/src/locale/properties/signin/signin.en.properties index de04874ecc..fe3ea9c9c6 100644 --- a/src/locale/properties/signin/signin.en.properties +++ b/src/locale/properties/signin/signin.en.properties @@ -50,7 +50,7 @@ ngOrcid.signin.2fa.badRecoveryCodeLength=Invalid recovery code length ngOrcid.signin.2fa.verificationCodeRequired=Authentication code is required ngOrcid.signin.2fa.badVerificationCode=Invalid authentication code ngOrcid.signin.2fa.badVerificationCodeLength=Invalid authentication code length -ngOrcid.signin.2fa.contactSupport=ORCID Help Center +ngOrcid.signin.2fa.contactSupport=Contact support ngOrcid.signin.2fa.noDevice1=Don't have your device? ngOrcid.signin.2fa.noDevice2=Enter a recovery code ngOrcid.signin.2fa.noDeviceOrRecovery=Don't have your device or recovery code?