From 80fd5d1ba63e5fbbc347ddf1ae881c4d76b502d3 Mon Sep 17 00:00:00 2001 From: Chandrapal Badshah Date: Wed, 25 Jun 2025 16:18:20 +0530 Subject: [PATCH] fix: update lighthouse chat page name (#8106) Co-authored-by: Chandrapal Badshah <12944530+Chan9390@users.noreply.github.com> --- ui/app/(prowler)/lighthouse/page.tsx | 2 +- ui/components/lighthouse/chat.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/app/(prowler)/lighthouse/page.tsx b/ui/app/(prowler)/lighthouse/page.tsx index 089504a78d..f283237f2f 100644 --- a/ui/app/(prowler)/lighthouse/page.tsx +++ b/ui/app/(prowler)/lighthouse/page.tsx @@ -9,7 +9,7 @@ export default async function AIChatbot() { const isActive = config?.attributes?.is_active ?? false; return ( - + ); diff --git a/ui/components/lighthouse/chat.tsx b/ui/components/lighthouse/chat.tsx index 1018607f17..cfc350f4da 100644 --- a/ui/components/lighthouse/chat.tsx +++ b/ui/components/lighthouse/chat.tsx @@ -135,8 +135,8 @@ export const Chat = ({ hasConfig, isActive }: ChatProps) => {

{!hasConfig - ? "Please configure your OpenAI API key to use the Lighthouse Cloud Security Analyst." - : "OpenAI API key is invalid. Please update your key to use Lighthouse Cloud Security Analyst."} + ? "Please configure your OpenAI API key to use Lighthouse." + : "OpenAI API key is invalid. Please update your key to use Lighthouse."}