From 5af4fb4816ec2508dda86bc8abe13a67ed92e094 Mon Sep 17 00:00:00 2001 From: apapachristou Date: Thu, 1 Oct 2020 17:29:02 +0300 Subject: [PATCH] Differs title of editing or adding dataset --- .../ui/dataset/dataset-wizard/dataset-wizard.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html index ffbcc85c4..b880f7ae2 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html @@ -8,7 +8,8 @@
-
{{'DMP-EDITOR.TITLE.ADD-DATASET' | translate}}
+
{{'DMP-EDITOR.TITLE.ADD-DATASET' | translate}}
+
{{'DMP-EDITOR.TITLE.EDIT-DATASET' | translate}}
{{ formGroup.get('label').value }} ({{'DMP-EDITOR.CHANGES' | translate}})
{{'DATASET-LISTING.TOOLTIP.TO-DMP' | translate}}