From d3a2d883472740eb1ffe370d27485bd8b051967e Mon Sep 17 00:00:00 2001 From: ProNotion Date: Fri, 9 Feb 2018 17:33:11 +0000 Subject: [PATCH] Fixed type on user section --- .../config/BackOfficeTours/getting-started.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json index f2bf531ab4..836b7a965c 100644 --- a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json +++ b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json @@ -62,7 +62,7 @@ "element": "[data-element~='overlay-user']", "elementPreventClick": true, "title": "User profile", - "content": "

Here you can see details about your user, what Umbraco version the site is running, change your password and log out of Umbraco.

In the User section you will be able to do more advaned user management.

" + "content": "

Here you can see details about your user, what Umbraco version the site is running, change your password and log out of Umbraco.

In the User section you will be able to do more advanced user management.

" }, { "element": "[data-element~='overlay-user'] [data-element='button-overlayClose']", @@ -478,4 +478,4 @@ } ] } -] \ No newline at end of file +]