From 4e433becd6bd4b9c70b7688fe823f0a59796d8c4 Mon Sep 17 00:00:00 2001 From: BatJan Date: Sun, 8 Jun 2014 16:29:10 +0200 Subject: [PATCH 1/3] Fix of http://issues.umbraco.org/issue/U4-5025 --- src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml index bd5c31da06..72991852eb 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml @@ -697,8 +697,8 @@ To manage your website, simply open the umbraco back office and start adding con %0% has been published %0% and subpages have been published Publish %0% and all its subpages - ok to publish %0% and thereby making it's content publicly available.

- You can publish this page and all it's sub-pages by checking publish all children below. + ok to publish %0% and thereby making its content publicly available.

+ You can publish this page and all its sub-pages by checking publish all children below. ]]>
From ff42a1b79c92fd615df739fc4c74900d47ca1174 Mon Sep 17 00:00:00 2001 From: BatJan Date: Sun, 8 Jun 2014 16:32:03 +0200 Subject: [PATCH 2/3] Fix of http://issues.umbraco.org/issue/U4-5025 --- src/Umbraco.Web.UI/umbraco/config/lang/en.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml index fc0959bb75..9d7fa1f4aa 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml @@ -686,8 +686,8 @@ To manage your website, simply open the umbraco back office and start adding con %0% has been published %0% and subpages have been published Publish %0% and all its subpages - ok to publish %0% and thereby making it's content publicly available.

- You can publish this page and all it's sub-pages by checking publish all children below. + ok to publish %0% and thereby making its content publicly available.

+ You can publish this page and all its sub-pages by checking publish all children below. ]]>
From d6b0ed2d40b602304a858cb6fe91ad95077368f9 Mon Sep 17 00:00:00 2001 From: Jan Skovgaard Date: Sun, 8 Jun 2014 16:09:06 +0200 Subject: [PATCH 3/3] Fix for U4-4874 Added id's to the input fields, so labels are connected properly. --- src/Umbraco.Web.UI.Client/src/installer/steps/user.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html index a4f6c32c13..c4cc44fc0e 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html @@ -11,15 +11,14 @@
- +
- + Your email will be used as your login
@@ -34,7 +33,7 @@ autocorrect="off" autocapitalize="off" required - ng-model="installer.current.model.password" /> + ng-model="installer.current.model.password" id="password" /> At least {{installer.current.model.minCharLength}} characters long @@ -47,7 +46,7 @@