From 69ccab8c291679ad5f7c2e4de4242c98505e6c58 Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Fri, 22 Sep 2023 16:27:03 -0300 Subject: [PATCH] rename Citation to Related Works --- frontend/src/components/results/types/Dataset.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/results/types/Dataset.json b/frontend/src/components/results/types/Dataset.json index 4d636cb..a33d66e 100644 --- a/frontend/src/components/results/types/Dataset.json +++ b/frontend/src/components/results/types/Dataset.json @@ -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" }, {