From 152e4cb23a42559b1799165c8ac559a45003d715 Mon Sep 17 00:00:00 2001 From: Patrick FIc Date: Wed, 25 Mar 2026 13:58:29 -0700 Subject: [PATCH] Update SGI message. --- src/components/pages/routes/routes.page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/routes/routes.page.jsx b/src/components/pages/routes/routes.page.jsx index 9c3b1ac..b5e208a 100644 --- a/src/components/pages/routes/routes.page.jsx +++ b/src/components/pages/routes/routes.page.jsx @@ -32,7 +32,7 @@ export function RoutesPage({ bodyshop, darkMode }) { if (bodyshop?.ins_rule_set === "SGI") { notification.warning({ message: "SGI Target Warning", - description: "SGI has not yet released savings targets. Targets will be displayed as $0. MPI Rules have been applied and may be incorrect.", + description: "SGI has not yet released savings targets or eligibility rules. Targets will be displayed as $0. MPI eligibility rules have been applied and may be incorrect.", placement: "bottomLeft", key: "sgi-target-warning", duration: -1,