From 18a6c7cc85aaf4c262a98d0af2a7fb851d03c805 Mon Sep 17 00:00:00 2001 From: annampak Date: Mon, 5 Feb 2018 12:38:11 +0200 Subject: [PATCH] rename column version --> latest version --- dmp-frontend/src/app/dmps/listing/dmp-listing.component.html | 2 +- dmp-frontend/src/assets/lang/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },