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",