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..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
@@ -76,11 +76,11 @@
Contact support
+ i18n="@@shared.orcidHelpCenter"
+ >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..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=Contact Support
+footer.contactSupport=Contact support
footer.cookieSettings=Cookie Settings
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