Skip to content

Commit 7d44e7f

Browse files
authored
chore: Update author filter wording to ORCID ID (#1858)
1 parent 43843d2 commit 7d44e7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/packages/data-portal/app/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const i18n = {
3131
askOnGitHub: 'Ask a Question on GitHub',
3232
author: 'Author',
3333
authorName: 'Author Name',
34-
authorOrcid: 'Author ORCID',
34+
authorOrcid: 'Author ORCID ID',
3535
authors: 'Authors',
3636
authorsMaybePlural: 'Author(s)',
3737
dataTypes: 'Data Types',

frontend/packages/data-portal/public/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"authorName": "Author Name",
5555
"authorNameLegend": "Author Name Legend",
5656
"authorNamePlaceholder": "Sami Writer",
57-
"authorOrcid": "Author ORCID",
57+
"authorOrcid": "Author ORCID ID",
5858
"authorOrcidPlaceholder": "0000-0002-0004-0006",
5959
"authorSubmitted": "Author Submitted",
6060
"authorSubmittedTooltip": "<semibold>Author Submitted:</semibold> Tomogram contributed by the dataset author.",

0 commit comments

Comments
 (0)