diff --git a/dmp-frontend/src/app/dmps/listing/dmp-listing.component.html b/dmp-frontend/src/app/dmps/listing/dmp-listing.component.html index d5fb341bb..a21575fe5 100644 --- a/dmp-frontend/src/app/dmps/listing/dmp-listing.component.html +++ b/dmp-frontend/src/app/dmps/listing/dmp-listing.component.html @@ -41,7 +41,7 @@ - {{'DMP-LISTING.COLUMNS.VERSION' | translate}} + {{'DMP-LISTING.COLUMNS.LATEST_VERSION' | translate}} {{row.version}} diff --git a/dmp-frontend/src/assets/lang/en.json b/dmp-frontend/src/assets/lang/en.json index 405fbba39..bd964d6f6 100644 --- a/dmp-frontend/src/assets/lang/en.json +++ b/dmp-frontend/src/assets/lang/en.json @@ -47,7 +47,7 @@ "PROFILE": "Profile", "CREATION-TIME": "Creation Time", "ORGANISATIONS": "Organisations", - "VERSION": "Version", + "LATEST_VERSION": "Latest Version", "ACTIONS": "Actions", "DATASETS":"Datasets" },