Skip to content
Snippets Groups Projects
Verified Commit e21c4430 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #9062 fix var lang

parent 743c61d6
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ export class SummarySheetComponent implements OnInit { ...@@ -58,7 +58,7 @@ export class SummarySheetComponent implements OnInit {
}, },
{ {
unit: 'diffusionList', unit: 'diffusionList',
label: this.data.lang.diffusionList, label: this.lang.diffusionList,
css: 'col-md-6 text-center', css: 'col-md-6 text-center',
desc: [ desc: [
this.lang.dest_user, this.lang.dest_user,
......
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