diff --git a/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx b/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx index 42c0dcbd..0aa02f18 100644 --- a/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/panels/WorkflowNodeLibraryPanel.tsx @@ -273,8 +273,8 @@ function WorkflowNodeLibraryPanel({ onNodeClick, first }: Props) { {first - ? "Click on the node type to add your first block" - : "Click on the node type you want to add"} + ? "Click on the block type to add your first block" + : "Click on the block type you want to add"}