We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efca0ec commit 27a42eaCopy full SHA for 27a42ea
ui-ngx/src/app/modules/home/pages/notification/rule/rule-notification-dialog.component.html
@@ -70,6 +70,8 @@ <h2>{{ dialogTitle | translate }}</h2>
70
formControlName="targets"
71
subType="{{ ruleNotificationForm.get('triggerType').value }}"
72
entityType="{{ entityType.NOTIFICATION_TARGET }}"
73
+ labelText="{{ 'notification.recipients' | translate }}"
74
+ requiredText="{{ 'notification.recipients-required' | translate }}"
75
placeholderText="{{ 'notification.recipient' | translate }}">
76
<button #createTargetButton
77
mat-button color="primary" matSuffix
0 commit comments