Update src/packages/core/content-type/modals/composition-picker/composition-picker-modal.element.ts

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
This commit is contained in:
JesmoDev
2024-05-24 13:51:07 +02:00
committed by GitHub
parent 4a56fc849c
commit 59b352d2ac

View File

@@ -66,7 +66,7 @@ export class UmbCompositionPickerModalElement extends UmbModalBaseElement<
if (existingCompositionHasBeenRemoved) {
await umbConfirmModal(this, {
headline: `${this.localize.term('general_remove')}`,
headline: this.localize.term('general_remove'),
content: html`<div style="max-width:400px">
${this.localize.term('contentTypeEditor_compositionRemoveWarning')}
</div>`,