Skip to content
Snippets Groups Projects
Commit e3805f4c authored by Vinciane's avatar Vinciane
Browse files

FIX #9349 adapt message suspend or delete

parent 0b3078c2
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,8 @@ ...@@ -64,7 +64,8 @@
<div class="modal-body" *ngIf="!data.inDiffListDest && !data.isResDestUser"> <div class="modal-body" *ngIf="!data.inDiffListDest && !data.isResDestUser">
<h2 mat-dialog-title>{{lang.confirmAction}}</h2> <h2 mat-dialog-title>{{lang.confirmAction}}</h2>
<div class="alert" role="alert"> <div class="alert" role="alert">
<b>{{lang.delete}} {{this.data.userDestRedirect.firstname}} {{this.data.userDestRedirect.lastname}}</b>&nbsp; <b *ngIf="data.userDestRedirect.mode == 'delete'">{{lang.delete}} {{this.data.userDestRedirect.firstname}} {{this.data.userDestRedirect.lastname}}</b>&nbsp;
<b *ngIf="data.userDestRedirect.mode == 'suspend'">{{lang.suspend}} {{this.data.userDestRedirect.firstname}} {{this.data.userDestRedirect.lastname}}</b>&nbsp;
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment