From 3d2dea572f9bad67833ca96018c35afba1b78d21 Mon Sep 17 00:00:00 2001 From: apapachristou Date: Fri, 21 Jun 2019 18:06:30 +0300 Subject: [PATCH] Fixes buttons on admin dataset-profiles --- .../dataset-profile-editor.component.html | 30 ++++++++++--------- dmp-frontend/src/assets/i18n/en.json | 2 +- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.html b/dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.html index e2b1fb661..b4987a4f6 100644 --- a/dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.html +++ b/dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.html @@ -6,10 +6,9 @@ {{'GENERAL.VALIDATION.REQUIRED' | translate}} -
-
- +
+
@@ -56,21 +55,24 @@
--> -
+
-
+
- - + +
-
- +
+
+
+ +
diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 64043c689..51bba947a 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -657,7 +657,7 @@ "DATASET-STATUS": { "DRAFT": "Draft", "FINALISED": "Finalized", - "ANY": "Any DMP status", + "ANY": "Any Dataset status", "DRAFT-DESC": "Draft Registrations" }, "DATASET-ROLE": {