From 94ccb79564ec3d7f144cf4c776536d1eb54c4be5 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Tue, 25 Jul 2023 10:43:20 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(parameterComponent):=20updat?= =?UTF-8?q?e=20placeholder=20text=20for=20custom=20component=20to=20provid?= =?UTF-8?q?e=20clearer=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 130361f9a..68bc188bf 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -119,7 +119,7 @@ export default function ParameterComponent({ groupedObj.push({ family: "custom_components", type: '', - component: 'Try add a custom component', + component: 'Please try adding a custom component.', }); } }