diff --git a/plugins/factory-plugin/src/theia-commands.ts b/plugins/factory-plugin/src/theia-commands.ts index 696a70d7e..4bf01af9d 100644 --- a/plugins/factory-plugin/src/theia-commands.ts +++ b/plugins/factory-plugin/src/theia-commands.ts @@ -171,7 +171,7 @@ export class TheiaGitCloneCommand implements TheiaImportCommand { await git.sparseCheckout(this.projectPath, this.locationURI, this.sparseCheckoutDir, commitReference); - theia.window.showInformationMessage(`Directory ${this.sparseCheckoutDir} of ${this.locationURI} was cloned to ${this.projectPath}.`); + theia.window.showInformationMessage(`Sources by template ${this.sparseCheckoutDir} of ${this.locationURI} was cloned to ${this.projectPath}.`); } }