From bd867472780676bdc12fa4c290b8ac7e4660a1f8 Mon Sep 17 00:00:00 2001 From: amentis Date: Wed, 15 May 2024 12:56:18 +0300 Subject: [PATCH] disable add description in dmp editor when description templates is not selected --- dmp-frontend/src/assets/i18n/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 39b15fbc1..6a2f45b5a 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -1506,7 +1506,10 @@ "LOCKED": "Locked", "DESCRIPTION": "Description", "NO-TEMPLATE-MESSAGE": "If you can't find a template or if you want to create a personalized template for your institution, research community or training needs, please contact us.", - "DESCRIPTION-TEMPLATES-MAX-MULTIPLICITY": "Description Templates has reached the maximun multiplicity", + "DESCRIPTION-TEMPLATES": { + "EMPTY": "Descriptiont templates not found", + "MAX-MULTIPLICITY": "Description Templates has reached the maximun multiplicity" + }, "UNSUCCESSFUL-REMOVE-TEMPLATE": "Cannot remove template, because it's already being used by one or more Descriptions.", "FIELDS": { "TITLE": "Title of Plan",