From d12a492cb6bd539f836d9852dc08315db7d3e2ac Mon Sep 17 00:00:00 2001 From: Rune Hem Strand Date: Tue, 31 Oct 2017 10:40:03 +0100 Subject: [PATCH] Update Create Document Type 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 c042851e7b..e09838b6a6 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 @@ -116,7 +116,7 @@ { element: "#dialog [data-element='action-documentType']", title: "Create Document Type", - content: "

Click Document Type to create a new document type with a template. The template will be automatically created and set as the default template for this Document Type

We will use the template in a later tour when we need to render our content.

", + content: "

Click Document Type to create a new document type with a template. The template will be automatically created and set as the default template for this Document Type

You will use the template in a later tour render content.

", event: "click" }, {