From 9ccf7bdbab4b64ad04a2bb00c01f193634d3e988 Mon Sep 17 00:00:00 2001 From: James Coxhead Date: Sun, 7 May 2017 16:22:54 +0100 Subject: [PATCH] Fix typo error in upgrade installer Changed "your" to "you're" --- src/Umbraco.Web.UI.Client/src/installer/steps/upgrade.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/upgrade.html b/src/Umbraco.Web.UI.Client/src/installer/steps/upgrade.html index ec45b652c9..4edf2eda25 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/upgrade.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/upgrade.html @@ -5,7 +5,7 @@

- To read a report of changes between your current version {{installer.current.model.currentVersion}} and this version your upgrading to {{installer.current.model.newVersion}} + To read a report of changes between your current version {{installer.current.model.currentVersion}} and this version you're upgrading to {{installer.current.model.newVersion}}

View Report