From ab66695dd72e74ec63bba1fd361c4a49fd0f2c34 Mon Sep 17 00:00:00 2001 From: Yuqi Zhou <86260893+yuqizhou77@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:54:10 +0800 Subject: [PATCH] refactor: update group name (#12520) --- packages/fx-core/resource/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fx-core/resource/package.nls.json b/packages/fx-core/resource/package.nls.json index f72660163e..14d3384e00 100644 --- a/packages/fx-core/resource/package.nls.json +++ b/packages/fx-core/resource/package.nls.json @@ -317,7 +317,7 @@ "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option", "core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat", "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app", - "core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot", + "core.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot", "core.createProjectQuestion.projectType.createGroup.title": "Create", "core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Agent", "core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",