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 451810d commit 90c66f6Copy full SHA for 90c66f6
src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/delete/delete.action.ts
@@ -38,7 +38,7 @@ export class UmbDeleteEntityAction extends UmbEntityActionBase<MetaEntityActionD
38
headline: this.#localize.string(headline),
39
content: this.#localize.string(content, argsMap),
40
color: 'danger',
41
- confirmLabel: 'Delete',
+ confirmLabel: '#general_delete',
42
});
43
44
const detailRepository = await createExtensionApiByAlias<UmbDetailRepository<any>>(
0 commit comments