Localizes the sidebar context menu headline

This commit is contained in:
leekelleher
2024-04-16 09:22:36 +01:00
parent 2f5fa8e098
commit fb7b99d7de

View File

@@ -85,7 +85,7 @@ export class UmbSectionSidebarContextMenuElement extends UmbLitElement {
#renderModal() {
return this._isOpen && this._unique !== undefined && this._entityType
? html`<div id="action-modal">
<h3>${this._headline}</h3>
<h3>${this.localize.string(this._headline ?? '')}</h3>
<umb-entity-action-list
@action-executed=${this.#onActionExecuted}
.entityType=${this._entityType}