diff --git a/frontend/src/scenes/inbox/components/config/SelfDrivingSection.tsx b/frontend/src/scenes/inbox/components/config/SelfDrivingSection.tsx index 27cac8afa671..284af47624af 100644 --- a/frontend/src/scenes/inbox/components/config/SelfDrivingSection.tsx +++ b/frontend/src/scenes/inbox/components/config/SelfDrivingSection.tsx @@ -255,6 +255,12 @@ export function SelfDrivingSection(): JSX.Element { />
Agents open PRs for actionable reports.
+ {/* The switch is team-scoped but the PRs it opens bill against the org-wide allowance, + so the scope is stated here, where someone turns PR generation on. */} ++ This switch is per project, but the PR allowance is shared across your whole organization. See + Usage below. +
diff --git a/frontend/src/scenes/inbox/components/onboarding/InboxOnboarding.tsx b/frontend/src/scenes/inbox/components/onboarding/InboxOnboarding.tsx index 5fac7f261181..14845204576c 100644 --- a/frontend/src/scenes/inbox/components/onboarding/InboxOnboarding.tsx +++ b/frontend/src/scenes/inbox/components/onboarding/InboxOnboarding.tsx @@ -64,7 +64,7 @@ const BEATS: Beat[] = [ ), subtext: ( <> - Your first 3 PRs each month are free, then it's $15 per PR after that.+ {freePrs > 0 + ? `Shared across your organization. The first ${freePrs} PRs each month are free.` + : 'Shared across your organization.'} +