diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index ebc37fb90..3374ec8b0 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -121,7 +121,7 @@ export default function ParameterComponent({ <> {index === 0 && ( - {left ? "Avaliable source components:" : "Avaliable target components:"} + {left ? "Avaliable input components:" : "Avaliable output components:"} ) }