diff --git a/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html b/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html index ab3cb0e4f..1c07e750e 100644 --- a/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html +++ b/dmp-frontend/src/app/ui/admin/notification-template/editor/notification-template-editor.component.html @@ -326,7 +326,7 @@
{{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.FIELDS.CC' | translate}} - + @@ -355,61 +355,60 @@ {{'GENERAL.VALIDATION.REQUIRED' | translate}}
- - -
- - {{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.FIELDS.BCC-MODE' | translate}} - - - {{enumUtils.toEmailOverrideModeString(emailOverrideMode)}} - - - {{'GENERAL.VALIDATION.REQUIRED' | translate}} - -
- - +
+ + {{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.FIELDS.BCC' | translate}} + + + {{field}} + + + + + +
+
+ + {{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.FIELDS.BCC-MODE' | translate}} + + + {{enumUtils.toEmailOverrideModeString(emailOverrideMode)}} + + + {{'GENERAL.VALIDATION.REQUIRED' | translate}} + +
+
+ + {{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.FIELDS.EXTRA-DATA-KEYS' | translate}} + + + {{field}} + + + + + +
+ diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 4699bf8e6..9b995fcc5 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -1357,7 +1357,7 @@ "CC-MODE": "CC Mode", "BCC": "BCC", "BCC-MODE": "BCC Mode", - "EXTRA-DATA-KEYS": "EXTRA-DATA-KEYS", + "EXTRA-DATA-KEYS": "Extra Data Keys", "FORMATTING": "Formatting" }, "ACTIONS": {