We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7da283 commit 415b1a2Copy full SHA for 415b1a2
src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/delete/delete.action.ts
@@ -28,7 +28,7 @@ export class UmbDeleteEntityAction extends UmbEntityActionBase<MetaEntityActionD
28
29
// TODO: handle items with variants
30
await umbConfirmModal(this._host, {
31
- headline: this.#localize.string(headline),
+ headline,
32
content: this.#localize.string(message, item.name),
33
color: 'danger',
34
confirmLabel: '#general_delete',
0 commit comments