From ff5c06063a74590b7d8bea9469c0e4e66c6707ff Mon Sep 17 00:00:00 2001 From: Yuqi Zhou Date: Sat, 14 Sep 2024 11:27:24 +0800 Subject: [PATCH] refactor: string update --- 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 0aa68e79ed..b94a78b625 100644 --- a/packages/fx-core/resource/package.nls.json +++ b/packages/fx-core/resource/package.nls.json @@ -318,7 +318,7 @@ "core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot", "core.createProjectQuestion.projectType.createGroup.title": "Create", "core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Agent", - "core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own copilot by declaring instructions, actions, & knowledge to suit your needs.", + "core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.", "core.createProjectQuestion.title": "New Project", "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot", "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",