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" }, {