06316e1715
git-subtree-dir: frontend git-subtree-split: 63375d198b2160a3a5fc4427efe888f6c37bd92f
9 lines
315 B
HTML
9 lines
315 B
HTML
<h1 mat-dialog-title>Reset hasła</h1>
|
|
<mat-dialog-content>
|
|
Czy chcesz zresetować hasło temu użytkownikowi?
|
|
</mat-dialog-content>
|
|
<mat-dialog-actions>
|
|
<button mat-button [mat-dialog-close]="true" class="error-color">Tak</button>
|
|
<button mat-button mat-dialog-close>Nie</button>
|
|
</mat-dialog-actions>
|