Fix #49
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="containeer">
|
||||
<h1 mat-dialog-title>Aktion bestätigen</h1>
|
||||
<h1 mat-dialog-title>Confirm Action</h1>
|
||||
<div mat-dialog-content class="content">
|
||||
<span>Sind sie sicher, dass sie diese Handlung abschließen wollen?</span>
|
||||
<span>Are you sure, that you want to continue?</span>
|
||||
</div>
|
||||
<div mat-dialog-actions class="form-group footer-buttons">
|
||||
<div class="inner">
|
||||
@@ -21,7 +21,7 @@
|
||||
(click)="confirm()"
|
||||
[mat-dialog-close]="true"
|
||||
>
|
||||
Ok
|
||||
Yes
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user