From 03756ab894ee6941daaa901ffdf403f0b3263184 Mon Sep 17 00:00:00 2001 From: Rune Hem Strand Date: Wed, 1 Nov 2017 17:23:15 +0100 Subject: [PATCH] Update Create Content Tour --- .../src/common/services/tour.service.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"