Skip to content

Commit

Permalink
Merge pull request #86 from jmckenna/main
Browse files Browse the repository at this point in the history
rename Citation to Related Works
  • Loading branch information
jmckenna authored Sep 22, 2023
2 parents f95907c + 69ccab8 commit 952b6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/results/types/Dataset.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
"name",
{ "key": "txt_sameAs", "type": ["list", "truncated", "link"] },
{ "key": "txt_license", "type": "list", "label": "License" },
"txt_citation",
{ "key": "txt_license", "type": "list", "label": "License" },
{ "key": "txt_citation", "type": "list", "label": "Related Works" },
"txt_version",
{ "key": "txt_keywords", "type": "keywords" },
{
Expand Down

0 comments on commit 952b6f0

Please sign in to comment.