From dabfe5f88bacf18b1fbb5920a2c27fc0f2d33f88 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Wed, 2 Sep 2020 16:54:06 +0200
Subject: [PATCH] Fix merge typo

---
 src/app/services/formulaire.service.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/services/formulaire.service.ts b/src/app/services/formulaire.service.ts
index 30c065f96..462b312c4 100644
--- a/src/app/services/formulaire.service.ts
+++ b/src/app/services/formulaire.service.ts
@@ -84,7 +84,7 @@ export class FormulaireService extends Observable {
      */
     public getLocalisedDescriptionFromCalculatorType(type: CalculatorType) {
         const sCalculator: string = CalculatorType[type].toUpperCase();
-        return this._intlService.localizeText(`INFO_${sCalculator}_DESCRIPTION`);
+        return this.intlService.localizeText(`INFO_${sCalculator}_DESCRIPTION`);
     }
 
     /**
-- 
GitLab