Skip to content

Commit cc4bf75

Browse files
committed
Corrected wrong related-publications field label.
1 parent 38250d8 commit cc4bf75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/simple/item-types/dataset/dataset.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<ds-related-items
5252
[parentItem]="object"
5353
[relationType]="'isPublicationOfDataset'"
54-
[label]="'item.page.journal-issue' | translate">
54+
[label]="'item.page.publications' | translate">
5555
</ds-related-items>
5656
<ds-item-page-abstract-field [item]="object"></ds-item-page-abstract-field>
5757
<ds-generic-item-page-field [item]="object"

0 commit comments

Comments
 (0)