Skip to content

Commit 6c2ab25

Browse files
committed
Updated CLoud upsell
1 parent 173513a commit 6c2ab25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,9 +1808,9 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
18081808
{taskHistory.length > 0 && <HistoryPreview />}
18091809
</div>
18101810
{/* Logged out users should see a one-time upsell, but not for brand new users */}
1811-
{!cloudIsAuthenticated && taskHistory.length >= 4 && (
1811+
{!cloudIsAuthenticated && taskHistory.length >= 6 && (
18121812
<DismissibleUpsell
1813-
upsellId="taskList"
1813+
upsellId="taskList2"
18141814
icon={<Cloud className="size-5 mt-0.5 shrink-0" />}
18151815
onClick={() => openUpsell()}
18161816
dismissOnClick={false}

webview-ui/src/i18n/locales/en/cloud.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"upsell": {
3030
"autoApprovePowerUser": "Giving Roo some independence? Control it from anywhere with Roo Code Cloud. <learnMoreLink>Learn more</learnMoreLink>.",
3131
"longRunningTask": "This might take a while. Continue from anywhere with Cloud.",
32-
"taskList": "Roo Code Cloud is here: follow and control your tasks from anywhere. <learnMoreLink>Learn more</learnMoreLink>."
32+
"taskList": "Enjoying Roo? Check out Roo Code Cloud: follow and control your tasks from anywhere, run autonomous Cloud agents, get usage stats and more. <learnMoreLink>Learn more</learnMoreLink>."
3333
}
3434
}

0 commit comments

Comments
 (0)