Skip to content

Commit

Permalink
chore(panel): update panel title
Browse files Browse the repository at this point in the history
  • Loading branch information
l1shen committed Dec 5, 2024
1 parent 809aa8e commit 56a0610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel-chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class PanelChatParticipant {
private async provideWelcomeMessage(): Promise<vscode.ChatWelcomeMessageContent> {
return {
icon: new vscode.ThemeIcon("flexpilot-default"),
title: "Ask OO-Pilot",
title: "Ask oopilot",
message: PanelChatPrompt.getWelcomeMessage(this.session.account.label),
};
}
Expand Down

0 comments on commit 56a0610

Please sign in to comment.