From ef0b521083be3192dc237b9d746b478e4ae7c441 Mon Sep 17 00:00:00 2001 From: Rune Hem Strand Date: Tue, 31 Oct 2017 10:38:46 +0100 Subject: [PATCH] Update Create document type step --- .../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 9fdfe668ee..c042851e7b 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 @@ -108,15 +108,15 @@ }, { element: "#tree [data-element='tree-item-documentTypes']", - title: "Create document type", + title: "Create Document Type", content: "

Hover the Document Type tree and click the three small dots to open the context menu.

", event: "click", eventElement: "#tree [data-element='tree-item-documentTypes'] [data-element='tree-item-options']" }, { element: "#dialog [data-element='action-documentType']", - title: "Create document type", - content: "

Click Document Type to create a new document type with a template.

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

", + 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.

", event: "click" }, {