{{ 'notification.subject-required' | translate }}
+
+ {{'notification.subject-max-length' | translate :
+ {length: templateConfigurationForm.get('WEB.subject').getError('maxlength').requiredLength}
+ }}
+
notification.message
@@ -56,6 +61,11 @@
{{ 'notification.message-required' | translate }}
+
+ {{ 'notification.message-max-length' | translate :
+ {length: templateConfigurationForm.get('WEB.body').getError('maxlength').requiredLength}
+ }}
+