diff --git a/dmp-frontend/src/app/datasets/listing/dataset-listing.component.html b/dmp-frontend/src/app/datasets/listing/dataset-listing.component.html index fec878524..d950b8246 100644 --- a/dmp-frontend/src/app/datasets/listing/dataset-listing.component.html +++ b/dmp-frontend/src/app/datasets/listing/dataset-listing.component.html @@ -7,23 +7,23 @@ - + - {{'DATASET-LISTING.COLUMNS.NAME' | translate}} + {{'DATASET-LISTING.COLUMNS.NAME' | translate}} {{row.label}} - {{'DATASET-LISTING.COLUMNS.DMP' | translate}} + {{'DATASET-LISTING.COLUMNS.DMP' | translate}} {{row.dmp}} - {{'DATASET-LISTING.COLUMNS.PROFILE' | translate}} + {{'DATASET-LISTING.COLUMNS.PROFILE' | translate}} {{row.profile}} @@ -60,7 +60,7 @@ - {{'DATASET-LISTING.COLUMNS.CREATED' | translate}} + {{'DATASET-LISTING.COLUMNS.CREATED' | translate}} {{row.created | date:'shortDate'}} diff --git a/dmp-frontend/src/app/projects/listing/project-listing.component.html b/dmp-frontend/src/app/projects/listing/project-listing.component.html index 4811b5a99..509047b02 100644 --- a/dmp-frontend/src/app/projects/listing/project-listing.component.html +++ b/dmp-frontend/src/app/projects/listing/project-listing.component.html @@ -7,29 +7,29 @@ - + - {{'PROJECT-LISTING.COLUMNS.NAME' | translate}} + {{'PROJECT-LISTING.COLUMNS.NAME' | translate}} {{row.label}} - {{'PROJECT-LISTING.COLUMNS.ABBREVIATION' | translate}} + {{'PROJECT-LISTING.COLUMNS.ABBREVIATION' | translate}} {{row.abbreviation}} - {{'PROJECT-LISTING.COLUMNS.START' | translate}} + {{'PROJECT-LISTING.COLUMNS.START' | translate}} {{row.startDate | date:'shortDate'}} - {{'PROJECT-LISTING.COLUMNS.END' | translate}} + {{'PROJECT-LISTING.COLUMNS.END' | translate}} {{row.endDate | date:'shortDate'}}