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 @@
@@ -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 @@
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.
]]>
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.
]]>