From a42f4259716e4dc887fd290ecb35839e2a691070 Mon Sep 17 00:00:00 2001 From: Rune Hem Strand Date: Fri, 27 Oct 2017 14:23:29 +0200 Subject: [PATCH] Update dashboard step --- src/Umbraco.Web.UI.Client/src/common/services/tour.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js b/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js index 34c85340e5..4e08c8a813 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js @@ -42,7 +42,7 @@ element: "[data-element='editor-content']", elementPreventClick: true, title: "Dashboards", - content: "A dashboard is the main view you are presented with when entering a section within the backoffice, and can be used to show valuable information to the users of the system." + content: "

A dashboard is the main view you are presented with when entering a section within the backoffice, and can be used to show valuable information to the users of the system.

Notice that some sections have multiple dashboards.

" }, { element: "[data-element='global-search-field']",