From cf180932611fa4cb008186af913bc87c3ec1d787 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Fri, 3 Jul 2026 09:33:37 +0200 Subject: [PATCH] chore(onboarding): rename account -> provider (#11827) --- ui/components/providers/wizard/steps/launch-step.test.tsx | 2 +- ui/components/providers/wizard/steps/launch-step.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/components/providers/wizard/steps/launch-step.test.tsx b/ui/components/providers/wizard/steps/launch-step.test.tsx index 90bc0b4b5d..110741fd12 100644 --- a/ui/components/providers/wizard/steps/launch-step.test.tsx +++ b/ui/components/providers/wizard/steps/launch-step.test.tsx @@ -93,7 +93,7 @@ describe("LaunchStep", () => { ); // Then - expect(screen.getByText("Account Connected!")).toBeInTheDocument(); + expect(screen.getByText("Provider Connected!")).toBeInTheDocument(); expect( screen.getByRole("radio", { name: "On a schedule" }), ).toBeChecked(); diff --git a/ui/components/providers/wizard/steps/launch-step.tsx b/ui/components/providers/wizard/steps/launch-step.tsx index 27af2b09f2..cb6c8be2b4 100644 --- a/ui/components/providers/wizard/steps/launch-step.tsx +++ b/ui/components/providers/wizard/steps/launch-step.tsx @@ -296,11 +296,11 @@ export function LaunchStep({
-

Account Connected!

+

Provider Connected!

- Your account is connected to Prowler and ready to Scan! + Your provider is connected to Prowler and ready to Scan!

{!providerId && (