[CST-12500] coar-notify panel - new label keys for the dropdowns

This commit is contained in:
Alisa Ismailati
2023-11-07 16:40:41 +01:00
parent 546c892eb1
commit 8f290c17c1
3 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<div *ngFor="let pattern of patterns; let i = index" class="col"> <div *ngFor="let pattern of patterns; let i = index" class="col">
<label class="row col-form-label" <label class="row col-form-label"
> >
{{'submission.section.section-coar-notify.control.label' | translate : {pattern : pattern} }} {{'submission.section.section-coar-notify.control.' + pattern + '.label' | translate }}
</label </label
> >
<div <div

View File

@@ -5030,7 +5030,11 @@
"submission.workspace.generic.view-help": "Select this option to view the item's metadata.", "submission.workspace.generic.view-help": "Select this option to view the item's metadata.",
"submission.section.section-coar-notify.control.label": "Request {{ pattern }} at the following services", "submission.section.section-coar-notify.control.review.label": "You can request a review to one of the following services",
"submission.section.section-coar-notify.control.endorsement.label": "You can request an Endorsement to one of the following overlay journals",
"submission.section.section-coar-notify.control.ingest.label": "You can request to ingest a copy of your submission to one of the following services",
"submission.section.section-coar-notify.dropdown.no-data": "No data available", "submission.section.section-coar-notify.dropdown.no-data": "No data available",

View File

@@ -7477,10 +7477,6 @@
// "submission.workspace.generic.view-help": "Select this option to view the item's metadata.", // "submission.workspace.generic.view-help": "Select this option to view the item's metadata.",
"submission.workspace.generic.view-help": "Seleziona questa opzione per vedere i metadata dell'item.", "submission.workspace.generic.view-help": "Seleziona questa opzione per vedere i metadata dell'item.",
// "submission.section.section-coar-notify.control.label": "Request {{ pattern }} at the following services",
// TODO New key - a translation
"submission.section.section-coar-notify.control.label": "Request {{ pattern }} at the following services",
// "submission.section.section-coar-notify.dropdown.no-data": "No data available", // "submission.section.section-coar-notify.dropdown.no-data": "No data available",
// TODO New key - a translation // TODO New key - a translation
"submission.section.section-coar-notify.dropdown.no-data": "No data available", "submission.section.section-coar-notify.dropdown.no-data": "No data available",