diff --git a/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.html b/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.html index 356d8d57a..75cb52e32 100644 --- a/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.html +++ b/dmp-frontend/src/app/ui/admin/dmp-blueprint/editor/dmp-blueprint-editor.component.html @@ -267,7 +267,7 @@
{{'DMP-BLUEPRINT-EDITOR.FIELDS.DESCRIPTION-TEMPLATE-MIN-MULTIPLICITY' | translate}} - + {{descriptionTemplate.get('minMultiplicity').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}} @@ -275,7 +275,7 @@
{{'DMP-BLUEPRINT-EDITOR.FIELDS.DESCRIPTION-TEMPLATE-MAX-MULTIPLICITY' | translate}} - + {{descriptionTemplate.get('maxMultiplicity').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}}