Skip to content
Snippets Groups Projects
Commit dabfe5f8 authored by mathias.chouet's avatar mathias.chouet
Browse files

Fix merge typo

parent 99859af3
No related branches found
No related tags found
2 merge requests!105Resolve "Améliorer le système de traduction",!82Resolve "Ajout de la fonctionnalité "Respect des critères""
......@@ -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`);
}
/**
......
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