diff --git a/Setup/ProjectTemplate/Program.cs b/Setup/ProjectTemplate/Program.cs index 490a44be3..e07fac56d 100644 --- a/Setup/ProjectTemplate/Program.cs +++ b/Setup/ProjectTemplate/Program.cs @@ -18,7 +18,7 @@ namespace $safeprojectname$ { new Cosmos.Sys.Boot().Execute(); //Your custom implementation - Console.WriteLine("Welcome to COSMOS! You just booted C# code. Please edit Program.cs to fit your needs"); + Console.WriteLine("Welcome to COSMOS! You just booted C# code."); //Shutdown Cosmos.Sys.Deboot.ShutDown();