Update SetUmbracoVersionStep.cs

Punctuation fix
This commit is contained in:
emma burstow
2020-02-10 16:21:03 +00:00
committed by Kenn Jacobsen
parent d1503eba03
commit c5ddba47a8

View File

@@ -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>
{