diff --git a/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/developerdashboardvideos.html b/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/developerdashboardvideos.html
index bbf94629a0..0ad779cf3e 100644
--- a/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/developerdashboardvideos.html
+++ b/src/Umbraco.Web.UI.Client/src/views/dashboard/developer/developerdashboardvideos.html
@@ -1,5 +1,5 @@
Hours of Umbraco training videos are only a click away
-Want to master Umbraco? Spend a couple of minutes learning some best practices by watching one of these videos about using Umbraco. And visit umbraco.tv for even more Umbraco videos
+Want to master Umbraco? Spend a couple of minutes learning some best practices by watching one of these videos about using Umbraco, then visit umbraco.tv for even more Umbraco videos.
diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/da.xml b/src/Umbraco.Web.UI/umbraco/config/lang/da.xml
index 4f5bd4fbb5..5938454193 100644
--- a/src/Umbraco.Web.UI/umbraco/config/lang/da.xml
+++ b/src/Umbraco.Web.UI/umbraco/config/lang/da.xml
@@ -182,6 +182,7 @@
Medlemsgruppe
Rolle
Medlemstype
+ Der er endnu ikke lavet nogle ændringer.
Ingen dato valgt
Sidetitel
Egenskaber
@@ -194,6 +195,7 @@
Udgivelsesdato
Dato for Fortryd udgivelse
Fjern dato
+ Vælg dato
Sorteringsrækkefølgen er opdateret
For at sortere, træk siderne eller klik på en af kolonnehovederne. Du kan vælge flere sider ved at holde "shift" eller "control" nede mens du vælger.
Statistik
@@ -530,6 +532,7 @@
Højde
Hjælp
Skjul
+ Historik
Ikon
Importer
Indre margen
@@ -576,6 +579,7 @@
Hent
Prøv igen
Rettigheder
+ Planlagt publicering
Søg
Beklager, vi kan ikke finde det, du leder efter.
Ingen elementer er blevet tilføjet
diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml
index 4d82fa69a4..0674e81066 100644
--- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml
+++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml
@@ -198,6 +198,7 @@
Publish at
Unpublish at
Clear Date
+ Set date
Sortorder is updated
To sort the nodes, simply drag the nodes or click one of the column headers. You can select multiple nodes by holding the "shift" or "control" key while selecting
Statistics
@@ -2101,4 +2102,4 @@ To manage your website, simply open the Umbraco back office and start adding con
characters left
-
\ No newline at end of file
+
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 11461a1581..8a5ab85793 100644
--- a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
+++ b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
@@ -201,6 +201,7 @@
Publish at
Unpublish at
Clear Date
+ Set date
Sortorder is updated
To sort the nodes, simply drag the nodes or click one of the column headers. You can select multiple nodes by holding the "shift" or "control" key while selecting
Statistics
@@ -2100,4 +2101,4 @@ To manage your website, simply open the Umbraco back office and start adding con
characters left
-
\ No newline at end of file
+
diff --git a/src/Umbraco.Web/Editors/MemberController.cs b/src/Umbraco.Web/Editors/MemberController.cs
index 888d097bf4..5e246c0d59 100644
--- a/src/Umbraco.Web/Editors/MemberController.cs
+++ b/src/Umbraco.Web/Editors/MemberController.cs
@@ -393,7 +393,7 @@ namespace Umbraco.Web.Editors
UpdateName(contentItem);
//map the custom properties - this will already be set for new entities in our member binder
- contentItem.PersistedContent.Email = contentItem.Email;
+ contentItem.PersistedContent.Email = contentItem.Email;
contentItem.PersistedContent.Username = contentItem.Username;
//use the base method to map the rest of the properties