Skip to content

Commit 39434bb

Browse files
authored
chore(web): rename "Ask Agent" to "Ask Sourcebot" in settings UI (#1253)
1 parent c83d158 commit 39434bb

11 files changed

Lines changed: 39 additions & 638 deletions

packages/web/src/app/(app)/settings/accountAskAgent/accountAskAgentEntitlementMessage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { UpsellPanel } from "@/features/billing/upsellDialog"
44

55
/**
6-
* Shown in place of the per-user Ask Agent connector UI when the deployment is
6+
* Shown in place of the per-user Ask Sourcebot connector UI when the deployment is
77
* not on a plan that includes Ask Sourcebot. FSL (not ee/) so it can render for
88
* free-plan users as the upsell surface, reusing the shared feature-breakdown
99
* panel (plan comparison + trial/upgrade) without mounting any ee/ connector code.
@@ -14,7 +14,7 @@ export function AccountAskAgentEntitlementMessage() {
1414
<UpsellPanel
1515
source="chat_connectors"
1616
returnPath="/settings/accountAskAgent"
17-
title="Upgrade to use Ask Agent connectors"
17+
title="Upgrade to use Ask Sourcebot connectors"
1818
description="Connect Ask Sourcebot to your team's tools (like Linear, Notion, and Sentry) so it can pull in context beyond your indexed code."
1919
className="w-full max-w-2xl"
2020
/>

packages/web/src/app/(app)/settings/accountAskAgent/accountAskAgentPage.test.tsx

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)