Browse Source

Merge pull request #10227 from vvlladd28/bug/notification/typo-send

Typo in send notification component
pull/10271/head
Igor Kulikov 2 years ago
committed by GitHub
parent
commit
65428b0f20
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.component.html

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

@ -36,7 +36,7 @@
<mat-icon>check</mat-icon>
</ng-template>
<mat-step [stepControl]="notificationRequestForm">
<ng-template matStepLabel>{{ 'notification.compose' | translate }}</ng-template>
<ng-template matStepLabel>{{ 'notification.setup' | translate }}</ng-template>
<form [formGroup]="notificationRequestForm">
<div fxLayoutAlign="center">
<tb-toggle-select formControlName="useTemplate" appearance="fill">

Loading…
Cancel
Save