Skip to content

Commit

Permalink
[DURACOM-271] Add proper labels for isSupplementedBy and isReferenced…
Browse files Browse the repository at this point in the history
…By relationships
  • Loading branch information
atarix83 committed Jun 14, 2024
1 parent fb55ad4 commit fe09cb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
</ds-item-page-uri-field>
<ds-item-page-uri-field [item]="object"
[fields]="['datacite.relation.isSupplementedBy']"
[label]="'item.page.dataset'">
[label]="'item.page.supplemented'">
</ds-item-page-uri-field>
<ds-item-page-uri-field [item]="object"
[fields]="['datacite.relation.isReferencedBy']"
[label]="'item.page.dataset'">
[label]="'item.page.referenced'">
</ds-item-page-uri-field>
<div>
<a class="btn btn-outline-primary" role="button" [routerLink]="[itemPageRoute + '/full']">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
</ds-item-page-uri-field>
<ds-item-page-uri-field [item]="object"
[fields]="['datacite.relation.isSupplementedBy']"
[label]="'item.page.dataset'">
[label]="'item.page.supplemented'">
</ds-item-page-uri-field>
<ds-item-page-uri-field [item]="object"
[fields]="['datacite.relation.isReferencedBy']"
[label]="'item.page.dataset'">
[label]="'item.page.referenced'">
</ds-item-page-uri-field>
<ds-item-page-cc-license-field [item]="object" [variant]="'full'">
</ds-item-page-cc-license-field>
Expand Down
6 changes: 5 additions & 1 deletion src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fe09cb6

Please sign in to comment.