Skip to content

Commit 42d3299

Browse files
committed
minor copy change
1 parent b628966 commit 42d3299

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

widget/src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -663,10 +663,7 @@ class DocsAgentWidget {
663663
}
664664

665665
private endChat(): void {
666-
if (
667-
this.messages.length > 0 &&
668-
!confirm("End this chat and start a new one?")
669-
) {
666+
if (this.messages.length > 0 && !confirm("End this chat?")) {
670667
return;
671668
}
672669
this.chatId = null;

0 commit comments

Comments
 (0)