diff --git a/src/Umbraco.Web.UI.Client/src/views/dashboard/settings/settingsdashboardintro.html b/src/Umbraco.Web.UI.Client/src/views/dashboard/settings/settingsdashboardintro.html
index a425ed670b..afda190327 100644
--- a/src/Umbraco.Web.UI.Client/src/views/dashboard/settings/settingsdashboardintro.html
+++ b/src/Umbraco.Web.UI.Client/src/views/dashboard/settings/settingsdashboardintro.html
@@ -6,9 +6,9 @@
\ No newline at end of file
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/UserTypes.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/UserTypes.cs
index 6f2f1bf85a..8ac4771672 100644
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/UserTypes.cs
+++ b/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/UserTypes.cs
@@ -41,7 +41,7 @@ function openUserTypes(id) {
node.NodeID = userType.Id.ToString();
node.Action = string.Format("javascript:openUserTypes({0})", userType.Id.ToString());
node.Icon = "icon-users";
- node.Text = userType.Alias;
+ node.Text = userType.Name;
OnBeforeNodeRender(ref tree, ref node, EventArgs.Empty);
if (node != null)