Skip to content

Commit 27a42ea

Browse files
committed
UI: Required mark and error text were changed in the recipients' field of the notification rule dialog
1 parent efca0ec commit 27a42ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui-ngx/src/app/modules/home/pages/notification/rule/rule-notification-dialog.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ <h2>{{ dialogTitle | translate }}</h2>
7070
formControlName="targets"
7171
subType="{{ ruleNotificationForm.get('triggerType').value }}"
7272
entityType="{{ entityType.NOTIFICATION_TARGET }}"
73+
labelText="{{ 'notification.recipients' | translate }}"
74+
requiredText="{{ 'notification.recipients-required' | translate }}"
7375
placeholderText="{{ 'notification.recipient' | translate }}">
7476
<button #createTargetButton
7577
mat-button color="primary" matSuffix

0 commit comments

Comments
 (0)