Skip to content

Commit 1fd2f29

Browse files
committed
Typo
1 parent 8e2089c commit 1fd2f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/Cline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ export class Cline extends EventEmitter<ClineEvents> {
19321932
// if there's no assistant_responses, that means we got no text or tool_use content blocks from API which we should assume is an error
19331933
await this.say(
19341934
"error",
1935-
"Oops! Something went wrong. Please check the notifications on the bottom right of the screen for more details, or contact PearAI Support on Discord.",
1935+
"Oops! Something went wrong. Please check the notifications on the bottom right of the window for more details, or contact PearAI Support on Discord.",
19361936
)
19371937
await this.addToApiConversationHistory({
19381938
role: "assistant",

0 commit comments

Comments
 (0)