Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update support url #2060

Merged
merged 3 commits into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/cdk/is-this-you/is-this-you.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1 class="mat-display-1 modal-title">{{ data.titleLabel || titleLabel }}</h1>
<a
rel="noopener noreferrer"
target="_blank"
href="https://support.orcid.org/hc/en-us/requests/new"
href="https://support.orcid.org/"
>
{{ data.contactLabel || contactLabel }}
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h2 class="col orc-font-body" i18n="@@side-bar.primaryEmail">
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.
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
<br />
<a
class="underline"
href="https://support.orcid.org/hc/en-us/requests/new"
href="https://support.orcid.org/"
rel="noopener noreferrer"
target="_blank"
[attr.aria-label]="ariaLabelKnowledgeSupport"
>
https://support.orcid.org/hc/en-us/requests/new
https://support.orcid.org/
</a>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2 class="orc-font-body" i18n="@@side-bar.pleaseVerify">
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.
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
</ng-container>
<a
class="mat-button-font"
(click)="navigateTo('https://support.orcid.org/hc/en-us/requests/new')"
(click)="navigateTo('https://support.orcid.org/')"
rel="noopener noreferrer"
target="_blank"
i18n="@@ngOrcid.signin.2fa.contactSupport"
>Contact support
i18n="@@shared.orcidHelpCenter"
>ORCID Help Center
</a>
</p>
<mat-form-field
Expand Down
6 changes: 3 additions & 3 deletions src/app/layout/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
>
<a
class="col s4 l-auto m8"
i18n="@@footer.contactSupport"
href="https://support.orcid.org/hc/en-us/requests/new"
i18n="@@shared.orcidHelpCenter"
href="https://support.orcid.org/"
>
Contact Support
ORCID Help Center
</a>
<a
class="col s4 l-auto m8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<a
i18n="@@orcid.frontend.reset.password.email_success_4"
(click)="
navigateTo('https://support.orcid.org/hc/en-us/requests/new')
navigateTo('https://support.orcid.org/')
"
>contact us</a
>.
Expand Down
2 changes: 1 addition & 1 deletion src/app/record/components/top-bar/top-bar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -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</a
>
<ng-container i18n="@@topBar.ifYouBelieveWasLockedInError"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class BackendErrorComponent implements OnInit {
// tslint:disable-next-line: max-line-length
message: $localize`:@@ngOrcid.signin.verify.reactivationSent:Thank you for reactivating your ORCID record; please complete the process by following the steps in the email we are now sending you. If you don’t receive an email from us, please`,
action: $localize`:@@shared.contactSupport:contact support.`,
actionURL: `https://support.orcid.org/hc/en-us/requests/new`,
actionURL: `https://support.orcid.org/`,
closable: true,
})
this._router.navigate([ApplicationRoutes.signin])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ng-container>
<a
class="mat-button-font"
(click)="navigateTo('https://support.orcid.org/hc/en-us/requests/new')"
(click)="navigateTo('https://support.orcid.org/')"
i18n="@@ngOrcid.signin.contactSupport"
>contact support
</a>
Expand Down Expand Up @@ -60,7 +60,7 @@
</ng-container>
<a
class="mat-button-font"
(click)="navigateTo('https://support.orcid.org/hc/en-us/requests/new')"
(click)="navigateTo('https://support.orcid.org/')"
i18n="@@ngOrcid.signin.contactSupport"
>contact support
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<a
class="mat-button-font"
i18n="@@ngOrcid.signin.invalidUserType2"
(click)="navigateTo('https://support.orcid.org/hc/en-us/requests/new')"
(click)="navigateTo('https://support.orcid.org/')"
>contact support</a
>
</mat-error>
2 changes: 1 addition & 1 deletion src/locale/properties/layout/layout.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/locale/properties/shared/shared.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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