From d400c0e71d6a587e337f2f909b15c57d3c6a59c2 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Wed, 15 May 2024 14:35:40 +0300 Subject: [PATCH] styling changes --- ...d-description-template-dialog.component.html | 17 +++++++++-------- dmp-frontend/src/assets/i18n/en.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/dmp-frontend/src/app/ui/description/editor/description-base-fields-editor/dialog-description-template/deprecated-description-template-dialog.component.html b/dmp-frontend/src/app/ui/description/editor/description-base-fields-editor/dialog-description-template/deprecated-description-template-dialog.component.html index de174b192..bd114846c 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-base-fields-editor/dialog-description-template/deprecated-description-template-dialog.component.html +++ b/dmp-frontend/src/app/ui/description/editor/description-base-fields-editor/dialog-description-template/deprecated-description-template-dialog.component.html @@ -1,5 +1,5 @@
-
+

{{ 'DESCRIPTION-EDITOR.DEPRECATED-DESCRIPTION-TEMPLATE.TITLE' | translate}} {{ data.label }}

@@ -7,20 +7,21 @@ close
- +
{{ 'DESCRIPTION-EDITOR.DEPRECATED-DESCRIPTION-TEMPLATE.MESSAGE' | translate}}
-
-
- +
+
+
+
+
-
- +
- +
diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 001c22398..6d702f355 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -855,8 +855,8 @@ "MESSAGE": "Somebody else is modifying the description at this moment. You may view the description but you cannot make any changes. If you would like to modify it please come back later." }, "DEPRECATED-DESCRIPTION-TEMPLATE": { - "TITLE": "Found a newer version of ", - "MESSAGE": "The selected description template has become obsolete. Would you like to update it?", + "TITLE": "New Version available for", + "MESSAGE": "Would you like to update to the new version?", "ACTIONS": { "CANCEL": "Cancel", "UPDATE": "Update"