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 && (