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."}