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

LinkedValues: translate children names

parent 687cd57f
No related branches found
No related tags found
1 merge request!69Resolve "Module y = a.x + b"
......@@ -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
......
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