diff --git a/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-container.html b/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-container.html index 119713651e..b3978ca754 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-container.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-container.html @@ -1,4 +1,4 @@ -
This is the Tree and is the main navigation inside a section.
In the Content section the tree is called the Content tree and here you can navigate the content of your website.
" }, { - "element": "[data-element='editor-content']", + "element": "[data-element='editor-container']", "elementPreventClick": true, "title": "Dashboards", "content": "A dashboard is the main view you are presented with when entering a section within the backoffice, and can be used to show valuable information to the users of the system.
Notice that some sections have multiple dashboards.
" @@ -410,7 +410,7 @@ content: "...and information about when the media item has been created and edited." }, { - element: "[data-element='editor-content']", + element: "[data-element='editor-container']", title: "Using media items", content: "You can reference a media item directly in a template by using the path or try adding a Media Picker to a document type property so you can select media items from the content section." }