Update src/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
This commit is contained in:
committed by
Jacob Overgaard
parent
d238626339
commit
6153ef4c40
@@ -131,7 +131,7 @@ export class UmbDocumentTypeWorkspaceViewEditElement
|
||||
<div style="color:var(--uui-color-danger-emphasis)">
|
||||
<umb-localize key="contentTypeEditor_confirmDeleteTabNotice">This will delete all items that doesn't belong to a composition.</umb-localize>
|
||||
</div>`,
|
||||
confirmLabel: 'Delete',
|
||||
confirmLabel: this.localize.term('actions_delete'),
|
||||
color: 'danger',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user