diff --git a/src/app/components/param-link/param-link.component.ts b/src/app/components/param-link/param-link.component.ts
index addd6ab5bbe6cf4cc8aaa8ea8a7348686f1f15bd..0db7fb0376ed46f7d5573de1a52aaa2e2892eb73 100644
--- a/src/app/components/param-link/param-link.component.ts
+++ b/src/app/components/param-link/param-link.component.ts
@@ -174,7 +174,9 @@ export class ParamLinkComponent implements OnChanges, Observer, OnDestroy {
             pos = i.nub.findPositionInParent();
             return `${preview} - ` + sprintf(
                 this.intlService.localizeText("INFO_LINKED_VALUE_CHILD"),
-                s, c, i.nub.parent.childrenType.toLowerCase(), (pos + 1)
+                s, c,
+                this.intlService.childName(i.nub.parent).toLowerCase()
+                , (pos + 1)
             );
         } else
         // 2. Paramètre / résultat d'une section dans un Nub de type SectionNub