diff --git a/src/ChatView.tsx b/src/ChatView.tsx index 70cba8b..c8e7134 100644 --- a/src/ChatView.tsx +++ b/src/ChatView.tsx @@ -37,7 +37,7 @@ export class ChatView extends ItemView { } getDisplayText() { - return 'Copilot Chat' + return 'Smart Composer Chat' } async onOpen() {