Skip to content

Commit cf18093

Browse files
authored
chore(onboarding): rename account -> provider (#11827)
1 parent 1850e20 commit cf18093

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ui/components/providers/wizard/steps/launch-step.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe("LaunchStep", () => {
9393
);
9494

9595
// Then
96-
expect(screen.getByText("Account Connected!")).toBeInTheDocument();
96+
expect(screen.getByText("Provider Connected!")).toBeInTheDocument();
9797
expect(
9898
screen.getByRole("radio", { name: "On a schedule" }),
9999
).toBeChecked();

ui/components/providers/wizard/steps/launch-step.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,11 @@ export function LaunchStep({
296296

297297
<div className="flex items-center gap-3">
298298
<TreeStatusIcon status={TREE_ITEM_STATUS.SUCCESS} className="size-6" />
299-
<h3 className="text-sm font-semibold">Account Connected!</h3>
299+
<h3 className="text-sm font-semibold">Provider Connected!</h3>
300300
</div>
301301

302302
<p className="text-text-neutral-secondary text-sm">
303-
Your account is connected to Prowler and ready to Scan!
303+
Your provider is connected to Prowler and ready to Scan!
304304
</p>
305305

306306
{!providerId && (

0 commit comments

Comments
 (0)