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 65c788be49..60708bbd2d 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 @@ -316,17 +316,17 @@ eventElement: "#tree [data-element='tree-item-Home'] a.umb-tree-item__label" }, { - element: "[data-element='editor-content'] [data-element='tab-Generic properties']", - title: "Properties", - content: "

Under the properties tab you will find the default information about a content item.

", + element: "[data-element='editor-content'] [data-element='tab-_umb_infoTab']", + title: "Info", + content: "

Under the info tab you will find the default information about a content item.

", event: "click" }, { - element: "[data-element='editor-content'] [data-element='property-_umb_urls']", + element: "[data-element='editor-content'] [data-element='node-info-urls']", title: "Open page", content: "

Click the Link to document to view your page.

Tip: Click the preview button in the bottom right corner to preview changes without publishing them.

", event: "click", - eventElement: "[data-element='editor-content'] [data-element='property-_umb_urls'] a[target='_blank']" + eventElement: "[data-element='editor-content'] [data-element='node-info-urls'] a[target='_blank']" } ] }, @@ -396,18 +396,18 @@ content: "

You will also find other details about the image, like the size.

You can add extra properties to an image by creating or editing the Media types

" }, { - element: "[data-element='editor-media'] [data-element='tab-Generic properties']", + element: "[data-element='editor-media'] [data-element='tab-_umb_infoTab']", title: "Properties", - content: "Like the content section you can also find default properties about the media item. You will find these under the properties tab.", + content: "Like the content section you can also find default info about the media item. You will find this under the info tab.", event: "click" }, { - element: "[data-element='editor-media'] [data-element='property-_umb_urls']", + element: "[data-element='editor-media'] [data-element='node-info-urls']", title: "Link to media", content: "The path to the media item..." }, { - element: "[data-element='editor-media'] [data-element='property-_umb_updatedate']", + element: "[data-element='editor-media'] [data-element='node-info-update-date']", title: "Last edited", content: "...and information about when the media item has been created and edited." } diff --git a/src/Umbraco.Web.UI.Client/src/views/components/content/umb-content-node-info.html b/src/Umbraco.Web.UI.Client/src/views/components/content/umb-content-node-info.html index 240d9bb03d..a188d76347 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/content/umb-content-node-info.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/content/umb-content-node-info.html @@ -2,7 +2,7 @@
- +
- + @@ -91,6 +91,7 @@ @@ -122,6 +123,7 @@
@@ -153,15 +155,15 @@ - + - + {{node.createDate | amDateFormat:'MMMM Do YYYY, HH:mm'}} by {{ node.owner.name }} - + - +