From 492ca19fff903eefb81807794a4c065879aeb123 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Tue, 12 Sep 2023 16:30:59 -0300 Subject: [PATCH] text update --- .../GenericNode/components/parameterComponent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:"} ) }