Update SetUmbracoVersionStep.cs
Punctuation fix
This commit is contained in:
committed by
Kenn Jacobsen
parent
d1503eba03
commit
c5ddba47a8
@@ -13,7 +13,7 @@ using Umbraco.Web.Security;
|
||||
namespace Umbraco.Web.Install.InstallSteps
|
||||
{
|
||||
[InstallSetupStep(InstallationType.NewInstall | InstallationType.Upgrade,
|
||||
"UmbracoVersion", 50, "Installation is complete!, get ready to be redirected to your new CMS.",
|
||||
"UmbracoVersion", 50, "Installation is complete! Get ready to be redirected to your new CMS.",
|
||||
PerformsAppRestart = true)]
|
||||
internal class SetUmbracoVersionStep : InstallSetupStep<object>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user