small fix

This commit is contained in:
CITE\amentis 2024-07-30 14:08:53 +03:00
parent 838abdf200
commit 448afac934
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ export class ResponseErrorCodeHelper {
return language.instant("GENERAL.BACKEND-ERRORS.BLUEPRINT-DESCRIPTION-TEMPLATE-IMPORT-DRAFT");
case ResponseErrorCode.planDescriptionTemplateImportDraft:
return language.instant("GENERAL.BACKEND-ERRORS.PLAN-DESCRIPTION-TEMPLATE-IMPORT-DRAFT");
case ResponseErrorCode.planDescriptionTemplateImportDraft:
case ResponseErrorCode.descriptionTemplateTypeImportDraft:
return language.instant("GENERAL.BACKEND-ERRORS.DESCRIPTION-TEMPLATE-TYPE-IMPORT-DRAFT");
default: