Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vscode/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ const register = async (
'Upgrade to Cody Pro',
{
modal: true,
detail: `${userMessage}\n\nUpgrade to Cody Pro for unlimited autocomplete suggestions, chat messages and commands.\n\n${retryMessage}`,
detail: `${userMessage}\n\nUpgrade to Cody Pro for increased autocomplete suggestions, chat messages and commands.\n\n${retryMessage}`,
},
'Upgrade',
'See Plans'
Expand Down
2 changes: 1 addition & 1 deletion vscode/webviews/chat/ErrorItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const RateLimitErrorItem: React.FunctionComponent<{
<p>
{error.userMessage}
{canUpgrade &&
' Upgrade to Cody Pro for unlimited autocomplete suggestions, chat messages and commands.'}
' Upgrade to Cody Pro for increased autocomplete suggestions, chat messages and commands.'}
</p>
</header>
{ChatButtonComponent && (
Expand Down