Skip to content
Snippets Groups Projects
Commit b4f150f8 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #15484 TIME 0:05 fix var lang

parent 6bdf82bd
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ export class AcknowledgementReceptionComponent implements OnInit {
data.status = resultData.previousStatus;
let message = this.translate.instant('lang.confirmRescanToNotDistributed');
if (data.type === 'distributed') {
message = this.translate.instant('lang.confirmRescanToNotDistributed');
message = this.translate.instant('lang.confirmRescanToDistributed');
}
const dialogRef = this.dialog.open(ConfirmComponent, { panelClass: 'maarch-modal', autoFocus: false, disableClose: true, data: { title: this.translate.instant('lang.confirmRescanTitle'), msg: message } });
......
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