From 8b2f54f9dc3b2cd3ab46ee2956dd0cd1724f1e8f Mon Sep 17 00:00:00 2001 From: apapachristou Date: Fri, 14 Jun 2019 16:41:43 +0300 Subject: [PATCH] Fixes mat-autocomplete width to be as long as the larger option, fixes subtitle of wizard --- .../multiple/multiple-auto-complete.component.html | 2 +- dmp-frontend/src/assets/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.html b/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.html index 5c6d1b02b..80447c971 100644 --- a/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.html +++ b/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.html @@ -7,7 +7,7 @@ - + diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index bb283ec87..2bfd15db5 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -895,7 +895,7 @@ }, "ADD": { "TITLE": "Add Dataset", - "SUBTITLE": "A DMP can have more than one datasets. Describe new or modify existing datasets here" + "SUBTITLE": "A DMP can have more than one datasets. Describe new datasets here" } }, "SAVE-DIALOG": {