diff --git a/Composer/packages/lib/indexers/src/botIndexer.ts b/Composer/packages/lib/indexers/src/botIndexer.ts index 4be10ed980..cba4d1488e 100644 --- a/Composer/packages/lib/indexers/src/botIndexer.ts +++ b/Composer/packages/lib/indexers/src/botIndexer.ts @@ -152,7 +152,7 @@ const checkSkillSetting = (assets: { dialogs: DialogInfo[]; botProjectFile: BotP const skillName = getSkillNameFromSetting(skillId) || skillId; diagnostics.push( new Diagnostic( - `The skill '${skillName}' does not exist in in appsettings.json`, + `The skill '${skillName}' does not exist in bot project file`, dialog.id, DiagnosticSeverity.Error )