From 201fb5dc018d415812249a41b8fd2286092f5001 Mon Sep 17 00:00:00 2001 From: Rune Hem Strand Date: Fri, 27 Oct 2017 14:38:11 +0200 Subject: [PATCH] Update Tree 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 f4833b936f..dcf30973d8 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 @@ -36,7 +36,7 @@ element: "#tree", elementPreventClick: true, title: "The Tree", - content: "

This is the Tree and is the main navigation inside a section.

In the Content section the tree is called the Content tree and here you can navigate the content of the website.

" + content: "

This is the Tree and is the main navigation inside a section.

In the Content section the tree is called the Content tree and here you can navigate the content of your website.

" }, { element: "[data-element='editor-content']",