diff --git a/ui-ngx/src/app/modules/home/pages/notification/recipient/recipient-notification-dialog.component.html b/ui-ngx/src/app/modules/home/pages/notification/recipient/recipient-notification-dialog.component.html index 56afc9f879..9eecacf268 100644 --- a/ui-ngx/src/app/modules/home/pages/notification/recipient/recipient-notification-dialog.component.html +++ b/ui-ngx/src/app/modules/home/pages/notification/recipient/recipient-notification-dialog.component.html @@ -17,7 +17,7 @@ -->
-

{{ (isAdd ? 'notification.add-notification-target' : 'notification.edit-notification-target') | translate }}

+

{{ (isAdd ? 'notification.add-notification-recipients-group' : 'notification.edit-notification-recipients-group') | translate }}

diff --git a/ui-ngx/src/app/modules/home/pages/notification/rule/escalation-form.component.html b/ui-ngx/src/app/modules/home/pages/notification/rule/escalation-form.component.html index d3ca08ec5f..b9a5ef2119 100644 --- a/ui-ngx/src/app/modules/home/pages/notification/rule/escalation-form.component.html +++ b/ui-ngx/src/app/modules/home/pages/notification/rule/escalation-form.component.html @@ -37,7 +37,7 @@ subscriptSizing="dynamic" entityType="{{ entityType.NOTIFICATION_TARGET }}" subType="{{ notificationType.ALARM }}" - [placeholderText]="escalationFormGroup.get('targets').value ? '' : ('notification.add-target' | translate)"> + [placeholderText]="escalationFormGroup.get('targets').value ? '' : ('notification.add-recipient' | translate)">