Skip to content

Commit 0d1c232

Browse files
fix: Update text link in footer (#1983)
1 parent 36f6255 commit 0d1c232

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/app/layout/footer/footer.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181
</a>
8282
<a
8383
class="col s4 l-auto m8"
84-
i18n="@@footer.contactus"
84+
i18n="@@footer.contactSupport"
8585
href="https://support.orcid.org/hc/en-us/requests/new"
8686
>
87-
Contact us
87+
Contact Support
8888
</a>
8989
<a
9090
class="col s4 l-auto m8"

src/locale/properties/layout/layout.en.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ layout.ariaLabelSearchBy=Search by name, affiliation or ORCID iD
109109
layout.ariaLabelSigninRegister=Sign in to ORCID or register for your ORCID iD
110110
layout.searchTitle=Search
111111
layout.howManyPeopleAreUsingORCID=How many people are using ORCID?
112+
footer.contactSupport=Contact Support

0 commit comments

Comments
 (0)