From 90a5adec8f3fc025a77fde7e21432396ffdf08cf Mon Sep 17 00:00:00 2001 From: Rune Hem Strand Date: Tue, 31 Oct 2017 11:45:55 +0100 Subject: [PATCH] Update Add a property 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 0d92a91de8..7e0444633d 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 @@ -145,7 +145,7 @@ { element: "[data-element='property-add']", title: "Add a property", - content: "

Properties are the different types of data on our content page.

On our Home page we wan't to add a welcome text.

Click Add property to open the property dialog.

", + content: "

Properties are the different input fields on a content page.

On our Home Page we wan't to add a welcome text.

Click Add property to open the property dialog.

", event: "click" }, {