diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsService.cs b/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsService.cs index 5563667438..1329fa5e27 100644 --- a/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsService.cs +++ b/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsService.cs @@ -35,10 +35,10 @@ public class AbpMvcLibsService : IAbpMvcLibsService, ITransientDependency await httpContext.Response.WriteAsync( "" + " " + - " Error — The Libs folder is missing!" + + " Error - The Libs folder is missing!" + " " + " " + - "

⚠️ The Libs folder under the wwwroot/libs directory is empty!

" + + "

⚠️ The Libs folder under the wwwroot/libs directory is empty!

" + "

The Libs folder contains mandatory NPM Packages for running the project.

" + "

Make sure you run the abp install-libs CLI tool command.

" + "

For more information, check out the ABP CLI documentation

" +