diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts index 6316e1ee4d..efe4228fa1 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts @@ -110,7 +110,7 @@ export class UmbWorkspacePropertyStructureManager { if (docType) { - // TODO: Handle if there was changes made to the specific document type in this context. + // TODO: Handle if there was changes made to the owner document type in this context. /* possible easy solutions could be to notify user wether they want to update(Discard the changes to accept the new ones). */