@@ -125,7 +125,7 @@ export class AppComponent implements OnInit {
125
125
}
126
126
this . dialogService . open ( ConfirmDialogComponent , {
127
127
width : '250px' , data : {
128
- title : 'Delete Confirm ' ,
128
+ title : 'Delete Confirmation ' ,
129
129
message : `Are you sure you want to delete this server?`
130
130
}
131
131
} ) . afterClosed ( ) . subscribe ( ret => {
@@ -416,7 +416,7 @@ export class AppComponent implements OnInit {
416
416
this . instances$ . pipe ( take ( 1 ) ) . subscribe ( ( instances ) => {
417
417
this . dialogService . open ( ImportDataDialogComponent , {
418
418
width : '560px' , data : {
419
- title : 'Delete Confirm ' ,
419
+ title : 'Delete Confirmation ' ,
420
420
message : `Are you sure you want to delete this server?` ,
421
421
opType : 'import' ,
422
422
currentInstance : instance ,
@@ -434,7 +434,7 @@ export class AppComponent implements OnInit {
434
434
this . instances$ . pipe ( take ( 1 ) ) . subscribe ( ( instances ) => {
435
435
this . dialogService . open ( ImportDataDialogComponent , {
436
436
width : '560px' , data : {
437
- title : 'Delete Confirm ' ,
437
+ title : 'Delete Confirmation ' ,
438
438
message : `Are you sure you want to delete this server?` ,
439
439
opType : 'export' ,
440
440
currentInstance : instance ,
0 commit comments