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']",