Better explanation

This commit is contained in:
shamoon
2025-11-05 13:28:08 -08:00
parent ca097cb224
commit 3e2e43f259

View File

@@ -6,9 +6,6 @@
@if (!createdBundle) {
<form [formGroup]="form" class="d-flex flex-column gap-3">
<div>
<p class="mb-1">
<ng-container i18n>This dialog gathers the options for sending a single link to multiple documents.</ng-container>
</p>
<p class="mb-1">
<ng-container i18n>Selected documents:</ng-container>
{{ selectionCount }}
@@ -108,7 +105,7 @@
<div class="modal-footer">
<div class="d-flex align-items-center gap-2 w-100">
<div class="text-light fst-italic small">
<ng-container i18n>Large bundles can take significant time to prepare and / or download.</ng-container>
<ng-container i18n>A zip file containing the selected documents will be created. This process happens in the background and may take some time, especially for large bundles.</ng-container>
</div>
<button type="button" class="btn btn-outline-secondary btn-sm ms-auto" (click)="cancel()">{{ cancelBtnCaption }}</button>
@if (createdBundle) {