From 7a94d5ff08d12d6ae041224b437becdf51e85a2e Mon Sep 17 00:00:00 2001 From: "hamza.hramchi" <hamza.hramchi@xelians.fr> Date: Fri, 6 Nov 2020 16:01:47 +0100 Subject: [PATCH] FEAT #13271 TIME 0:01 correct translations --- src/frontend/app/home/home.component.ts | 2 ++ src/lang/lang-en.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frontend/app/home/home.component.ts b/src/frontend/app/home/home.component.ts index 390c7e232a6..b39c0be54fa 100644 --- a/src/frontend/app/home/home.component.ts +++ b/src/frontend/app/home/home.component.ts @@ -72,6 +72,8 @@ export class HomeComponent implements OnInit, AfterViewInit { } ngAfterViewInit(): void { + console.log(this.headerService.user); + if (this.headerService.user.mode === 'root_visible' || this.headerService.user.mode === 'root_invisible') { this.featureTourService.init(); } diff --git a/src/lang/lang-en.json b/src/lang/lang-en.json index cccd64fcd0b..07deaddd1a4 100644 --- a/src/lang/lang-en.json +++ b/src/lang/lang-en.json @@ -2164,6 +2164,6 @@ "bindingMailDesc": "A binding document involves a specific final action defined in the settings administration and is no longer linked to the document type.", "noBindingMailDesc": "A non-binding document involves a specific final action defined in the settings administration and is no longer linked to the document type.", "registeredMailMsgActivate": "Activating this range will close the current range used for that type of recommended.", - "redirectUserVisaWorkflow": "Change of viewer / signatory for mails in the process of visa / signature", + "redirectUserVisaWorkflow": "Change of approver / signatory for mails in the process of visa / signature", "chooseNewVisaUser": "is in <b>visa / signature</b> of some mails, please choose a <b>user replacement</b>" } \ No newline at end of file -- GitLab