From e01d7523155eca771d84c8da1d52aaf08b216818 Mon Sep 17 00:00:00 2001 From: apapachristou Date: Fri, 14 Jun 2019 12:04:53 +0300 Subject: [PATCH] Adds shortcut of wizard on /plans - (Issue #100) --- .../src/app/ui/dmp/listing/dmp-listing.component.html | 5 ++++- dmp-frontend/src/assets/i18n/en.json | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.html b/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.html index 065ad60e2..fce1ed467 100644 --- a/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.html +++ b/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.html @@ -7,9 +7,12 @@
- +
diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index e3ba614f8..e6653887f 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -255,7 +255,8 @@ "PEOPLE": "People" }, "ACTIONS": { - "NEW":"New Data Management Plan", + "NEW": "New DMP", + "NEW-WITH-WIZARD": "New DMP using the wizard", "EDIT": "Edit", "INVITE": "Invite Contributors", "ADD-DATASET": "Add Dataset To DMP",