diff --git a/src/app/components/fixedvar-results/fixed-results.component.ts b/src/app/components/fixedvar-results/fixed-results.component.ts
index 3c7c350becf4d51e9b198dcf0af696289dd392ef..afb476e039e2c5345f10ddb323953ebd24468d03 100644
--- a/src/app/components/fixedvar-results/fixed-results.component.ts
+++ b/src/app/components/fixedvar-results/fixed-results.component.ts
@@ -197,7 +197,6 @@ export class FixedResultsComponent extends ResultsComponentDirective {
             // add child type and position before label
             if (nub && nub.parent && nub.parent.childrenType) {
                 const pos = nub.findPositionInParent();
-                // label = this.intlService.localizeText("INFO_OUVRAGE") + " n°" + (pos + 1) + ": " + label;
                 const cn = capitalize(this.intlService.childName(nub.parent));
                 label = sprintf(this.intlService.localizeText("INFO_STUFF_N"), cn)
                     + (pos + 1) + ": " + label;