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"}}>