diff --git a/dmp-frontend/src/app/ui/dmp/wizard/listing/dmp-wizard-dataset-listing.component.html b/dmp-frontend/src/app/ui/dmp/wizard/listing/dmp-wizard-dataset-listing.component.html index aea9d7ec5..b9e9cafb4 100644 --- a/dmp-frontend/src/app/ui/dmp/wizard/listing/dmp-wizard-dataset-listing.component.html +++ b/dmp-frontend/src/app/ui/dmp/wizard/listing/dmp-wizard-dataset-listing.component.html @@ -1,10 +1,15 @@
-
{{'DATASET-LISTING.SELECT-DATASETS-TO-CLONE' | translate}} {{titlePrefix}}
- - - - {{dataset.label}} - - - +
+
{{'DATASET-LISTING.SELECT-DATASETS-TO-CLONE' | translate}} {{titlePrefix}}
+ + + + {{dataset.label}} + + + +
+
+
{{'DATASET-LISTING.SELECT-DATASETS-NONE' | translate}}
+
diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index ce63395dd..c93e7e86f 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -474,6 +474,7 @@ "DATASET-LISTING": { "TITLE": "Dataset Descriptions", "SELECT-DATASETS-TO-CLONE": "Select which datasets to include in the new DMP. Selected datasets will be editable.", + "SELECT-DATASETS-NONE": "Not available Dataset Descriptions for this DMP.", "COLUMNS": { "NAME": "Name", "REFERNCE": "Reference",