From 349fcae371817f3522b17ef1f33a760ac6eb1afd Mon Sep 17 00:00:00 2001 From: leekelleher Date: Fri, 24 May 2024 21:27:20 +0100 Subject: [PATCH] Relation Type root workspace: headline localization --- .../relation-type-root-workspace.element.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/relations/relation-types/workspace/relation-type-root/relation-type-root-workspace.element.ts b/src/Umbraco.Web.UI.Client/src/packages/relations/relation-types/workspace/relation-type-root/relation-type-root-workspace.element.ts index 61b0e50365..3a80fc0f81 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/relations/relation-types/workspace/relation-type-root/relation-type-root-workspace.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/relations/relation-types/workspace/relation-type-root/relation-type-root-workspace.element.ts @@ -5,9 +5,11 @@ import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element'; @customElement('umb-relation-type-root-workspace') export class UmbRelationTypeRootWorkspaceElement extends UmbLitElement { render() { - return html` - ; - `; + return html` + + ; + + `; } }