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 db7e6b425c..aad11af94a 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 @@ -295,7 +295,7 @@ { element: "[data-element='editor-content'] [data-element='property-_umb_urls']", title: "Open page", - content: "

Click the Link to view your page.

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

", + 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']" }