From 0c197ffcd46967fc3dcff0cd388cda5e34eb245f Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Fri, 5 Apr 2024 11:39:39 +0300 Subject: [PATCH] description-editor> prefill> added version information to the description label --- .../prefill-description/prefill-description.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/description/editor/prefill-description/prefill-description.component.html b/dmp-frontend/src/app/ui/description/editor/prefill-description/prefill-description.component.html index 488fd3944..5f8cd7cae 100644 --- a/dmp-frontend/src/app/ui/description/editor/prefill-description/prefill-description.component.html +++ b/dmp-frontend/src/app/ui/description/editor/prefill-description/prefill-description.component.html @@ -28,7 +28,8 @@
- {{descriptionTemplate.label}} + {{descriptionTemplate.label}}, + {{'DESCRIPTION-EDITOR.BASE-INFO.FIELDS.DESCRIPTION-TEMPLATE-VERSION'| translate}} {{descriptionTemplate.version}}