diff --git a/src/pages/VisProgPage/visualProgrammingUI/nodes/GoalNode.tsx b/src/pages/VisProgPage/visualProgrammingUI/nodes/GoalNode.tsx index b0627cc..1974e99 100644 --- a/src/pages/VisProgPage/visualProgrammingUI/nodes/GoalNode.tsx +++ b/src/pages/VisProgPage/visualProgrammingUI/nodes/GoalNode.tsx @@ -75,7 +75,7 @@ export default function GoalNode({id, data}: NodeProps) { }, type: 'PLAN_IS_UNDEFINED', severity: 'ERROR', - description: "This triggerNode is missing a plan, please make sure to create a plan by using the create plan button" + description: "This goalNode is missing a plan, please make sure to create a plan by using the create plan button" }; if (!data.plan){