diff --git a/rsconcept/frontend/src/features/rsform/labels.ts b/rsconcept/frontend/src/features/rsform/labels.ts index ed26e614..4350db47 100644 --- a/rsconcept/frontend/src/features/rsform/labels.ts +++ b/rsconcept/frontend/src/features/rsform/labels.ts @@ -376,7 +376,7 @@ export function labelTypification({ return resultType; } const argsText = args.map(arg => arg.typification).join(', '); - return `${resultType} 🠔 [${argsText}]`; + return `[${argsText}] 🠖 ${resultType}`; } /**