Skip to content

Commit

Permalink
IBX-8418: Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Aug 9, 2024
1 parent 4dc6d6d commit 835b349
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
{% block body_content %}
{{ 'trash.modal.send_to_trash.message'|trans|desc('Are you sure you want to send this Content item to Trash?') }}
<div class="ibexa-modal__trash-option">
<p class="ibexa-modal__option-label">
<label class="ibexa-label form-label required">
{{ 'trash.modal.send_to_trash_draft_warning.message'|trans|desc('Sending this content item to Trash will also delete all drafts of content items that haven’t been published yet, and belong to the trashed subtree.') }}
</label>
<p class="ibexa-modal__option-label ibexa-label form-label required">
{{ 'trash.modal.send_to_trash_draft_warning.message'|trans|desc('Sending this content item to Trash will also delete all drafts of content items that haven’t been published yet, and belong to the trashed subtree.') }}
</p>
</div>

Expand Down

0 comments on commit 835b349

Please sign in to comment.