From 6b1ab43de647885986616360a44f0265c6dc6ef1 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Wed, 21 Feb 2024 16:07:52 -0300 Subject: [PATCH] Update pin tooltip text --- src/frontend/src/CustomNodes/GenericNode/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index 083d4abd3..e683ac224 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -445,7 +445,7 @@ export default function GenericNode({ })); }} > - {pinned ? "Pinned" : "Unpinned"}}> + {pinned ? "Pin Output" : "Unpin Output"}}>