ui-ngx/src/app/modules/home/pages/notification/recipient/recipient-notification-dialog.component.html
close
notification.name {{ 'notification.name-required' | translate }} {{ 'notification.type' | translate }}
{{ notificationTargetTypeTranslationMap.get(notificationTargetType) | translate }}
notification.recipient-type.user-filters {{ notificationTargetConfigTypeInfoMap.get(type).name | translate }} {{ notificationTargetConfigTypeInfoMap.get(targetNotificationForm.get('configuration.usersFilter.type').value).hint | translate }} {{ 'tenant.tenant' | translate }}{{ 'tenant-profile.tenant-profile' | translate }} {{ 'notification.slack-chanel-type' | translate }} {{ slackChanelTypesTranslateMap.get(slackChanelType) | translate }} {{ "notification.use-old-api" | translate }} open_in_new{{ (targetNotificationForm.get('configuration.useOldApi').value ? 'notification.webhook-url' : 'notification.workflow-url') | translate }} {{ (targetNotificationForm.get('configuration.useOldApi').value ? 'notification.webhook-url-required' : 'notification.workflow-url-required') | translate }} notification.channel-name {{ 'notification.channel-name-required' | translate }} notification.description
{{ 'action.cancel' | translate }}{{ (isAdd ? 'action.add' : 'action.save') | translate }}