Localizes the sidebar context menu headline
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user