Browse Source

Merge pull request #10247 from vvlladd28/bug/rule-nofication/recipients-required-mark

Required mark and error text were changed in the recipients' field of the notification rule dialog
pull/10271/head
Igor Kulikov 2 years ago
committed by GitHub
parent
commit
1892d5b8a2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/home/pages/notification/rule/rule-notification-dialog.component.html

2
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 }}">
<button #createTargetButton
mat-button color="primary" matSuffix

Loading…
Cancel
Save