From 0d239f90535efe55429f926e9c4d1c92236af7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?= <9526587+ebicoglu@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:23:45 +0300 Subject: [PATCH] Update ProjectCreationCommandBase.cs --- .../Volo/Abp/Cli/Commands/ProjectCreationCommandBase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProjectCreationCommandBase.cs b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProjectCreationCommandBase.cs index 0b822f9940..f761025c62 100644 --- a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProjectCreationCommandBase.cs +++ b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProjectCreationCommandBase.cs @@ -248,7 +248,7 @@ public abstract class ProjectCreationCommandBase { EventBus.PublishAsync(new ProjectCreationProgressEvent { - Message = "Extracting the solution archieve" + Message = "Unzipping the solution" }, false); using (var templateFileStream = new MemoryStream(project.ZipContent)) @@ -818,4 +818,4 @@ public abstract class ProjectCreationCommandBase public const string Long = "theme-style"; } } -} \ No newline at end of file +}