From 27a42eac1494fb2a296489b9d974c446998feb1f Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Thu, 22 Feb 2024 10:22:46 +0200 Subject: [PATCH] UI: Required mark and error text were changed in the recipients' field of the notification rule dialog --- .../notification/rule/rule-notification-dialog.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui-ngx/src/app/modules/home/pages/notification/rule/rule-notification-dialog.component.html b/ui-ngx/src/app/modules/home/pages/notification/rule/rule-notification-dialog.component.html index f4ae83143f..f89bad912a 100644 --- a/ui-ngx/src/app/modules/home/pages/notification/rule/rule-notification-dialog.component.html +++ b/ui-ngx/src/app/modules/home/pages/notification/rule/rule-notification-dialog.component.html @@ -70,6 +70,8 @@ formControlName="targets" subType="{{ ruleNotificationForm.get('triggerType').value }}" entityType="{{ entityType.NOTIFICATION_TARGET }}" + labelText="{{ 'notification.recipients' | translate }}" + requiredText="{{ 'notification.recipients-required' | translate }}" placeholderText="{{ 'notification.recipient' | translate }}">