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 eb7aa558fe..c66b9d89e3 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 @@ -210,13 +210,13 @@ "steps": [ { title: "Creating your first content node", - content: "

The Content section contains the content of the website. Content is displayed as nodes in the content tree.

In this tour we will learn how to create our home page for our website. It will use the Home Page Document type you created in the previous tour.

", + content: "

In this tour you will learn how to create the home page for your website. It will use the Home Page Document type you created in the previous tour.

", type: "intro" }, { element: "#applications [data-element='section-content']", title: "Navigate to the Content section", - content: "In the Content section you can create and manage the content of the website.", + content: "

In the Content section you can create and manage the content of the website.

The Content section contains the content of your website. Content is displayed as nodes in the content tree.

", event: "click", backdropOpacity: 0.6 }, @@ -228,7 +228,7 @@ eventElement: "[data-element='tree-root'] [data-element='tree-item-options']" }, { - element: "[data-element='action-create-home']", + element: "[data-element='action-create-homePage']", title: "Create Home page", content: "

The context menu shows you all the actions that are available on a node

Click on Home Page to create a new page of type Home Page.

", event: "click"