Skip to content

Commit

Permalink
fix ChatView display text (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
glowingjade authored Oct 23, 2024
1 parent cc58dd2 commit b60334d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChatView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ChatView extends ItemView {
}

getDisplayText() {
return 'Copilot Chat'
return 'Smart Composer Chat'
}

async onOpen() {
Expand Down

0 comments on commit b60334d

Please sign in to comment.