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 654b0276a8..dd762ae554 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 @@ -14,14 +14,21 @@ "steps": [ { title: "Welcome to Umbraco - The Friendly CMS", - content: "

Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.

In this quick tour we will introduce you to the main areas of Umbraco and show you how to best get started.

If you don't want to take the tour now you can always start it by opening the Help drawer in the bottom left corner.

", + content: "

Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.

n this quick tour we will introduce you to the main areas of Umbraco and show you how to best get started.

IIf you don't want to take the tour now you can always start it by opening the Help drawer in the bottom left corner.

", type: "intro" }, { element: "#applications", elementPreventClick: true, + title: "Main Menu", + content: "This is the main menu in Umbraco backoffice. Here you can navigate betweeen the different sections, see your user profile and open the help drawer", + backdropOpacity: 0.6 + }, + { + element: "[data-element='section-content']", + elementPreventClick: true, title: "Sections", - content: "These are the Sections and allows you to navigate the different areas of Umbraco.", + content: "Each area in Umbraco is called a Section. Right now you are in the Content section, when you want to go to another section simply click on the main menu and you'll be there in no time.", backdropOpacity: 0.6 },