From fe09cb613bf7c9fa22522bc15cbf3c9eabc56d0f Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Fri, 14 Jun 2024 13:17:30 +0200 Subject: [PATCH] [DURACOM-271] Add proper labels for isSupplementedBy and isReferencedBy relationships --- .../item-types/publication/publication.component.html | 4 ++-- .../item-types/untyped-item/untyped-item.component.html | 4 ++-- src/assets/i18n/en.json5 | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/app/item-page/simple/item-types/publication/publication.component.html b/src/app/item-page/simple/item-types/publication/publication.component.html index e85548c94e3..86f203deca2 100644 --- a/src/app/item-page/simple/item-types/publication/publication.component.html +++ b/src/app/item-page/simple/item-types/publication/publication.component.html @@ -94,11 +94,11 @@ + [label]="'item.page.supplemented'"> + [label]="'item.page.referenced'">
diff --git a/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html b/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html index f7e44ab14c4..962cc2fcad8 100644 --- a/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html +++ b/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html @@ -80,11 +80,11 @@ + [label]="'item.page.supplemented'"> + [label]="'item.page.referenced'"> diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 9fd244a2a53..210dcb470d1 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -6273,8 +6273,12 @@ "item.page.review": "Review", - "item.page.dataset": "Dataset", + "item.page.referenced": "Referenced By", + + "item.page.supplemented": "Supplemented By", + "menu.section.icon.ldn_services": "LDN Services overview", + "menu.section.services": "LDN Services", "menu.section.services_new": "LDN Service",