Skip to content

Commit 415b1a2

Browse files
committed
no need to localize headline here
1 parent c7da283 commit 415b1a2

File tree

1 file changed

+1
-1
lines changed
  • src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/delete

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/delete/delete.action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class UmbDeleteEntityAction extends UmbEntityActionBase<MetaEntityActionD
2828

2929
// TODO: handle items with variants
3030
await umbConfirmModal(this._host, {
31-
headline: this.#localize.string(headline),
31+
headline,
3232
content: this.#localize.string(message, item.name),
3333
color: 'danger',
3434
confirmLabel: '#general_delete',

0 commit comments

Comments
 (0)