From 7757a046948e33ca6a14835815c5a61fa623b477 Mon Sep 17 00:00:00 2001 From: JGerla Date: Thu, 22 Jan 2026 20:34:48 +0100 Subject: [PATCH] fix: fixed warning for missing plan in goal ref: N25B-450 --- src/pages/VisProgPage/visualProgrammingUI/nodes/GoalNode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){