From e21c4430a03d4c11cf066fd27558b502029c2a34 Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Wed, 30 Jan 2019 15:49:33 +0100
Subject: [PATCH] FEAT #9062 fix var lang

---
 src/frontend/app/list/summarySheet/summary-sheet.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/app/list/summarySheet/summary-sheet.component.ts b/src/frontend/app/list/summarySheet/summary-sheet.component.ts
index d7043f09f0f..57a38cf1b5e 100644
--- a/src/frontend/app/list/summarySheet/summary-sheet.component.ts
+++ b/src/frontend/app/list/summarySheet/summary-sheet.component.ts
@@ -58,7 +58,7 @@ export class SummarySheetComponent implements OnInit {
         },
         {
             unit: 'diffusionList',
-            label: this.data.lang.diffusionList,
+            label: this.lang.diffusionList,
             css: 'col-md-6 text-center',
             desc: [
                 this.lang.dest_user, 
-- 
GitLab