Better explanation

This commit is contained in:
shamoon 2025-11-05 13:28:08 -08:00
parent 80d8f377d3
commit f07b5c2556
No known key found for this signature in database

View File

@ -6,9 +6,6 @@
@if (!createdBundle) { @if (!createdBundle) {
<form [formGroup]="form" class="d-flex flex-column gap-3"> <form [formGroup]="form" class="d-flex flex-column gap-3">
<div> <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"> <p class="mb-1">
<ng-container i18n>Selected documents:</ng-container> <ng-container i18n>Selected documents:</ng-container>
{{ selectionCount }} {{ selectionCount }}
@ -108,7 +105,7 @@
<div class="modal-footer"> <div class="modal-footer">
<div class="d-flex align-items-center gap-2 w-100"> <div class="d-flex align-items-center gap-2 w-100">
<div class="text-light fst-italic small"> <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> </div>
<button type="button" class="btn btn-outline-secondary btn-sm ms-auto" (click)="cancel()">{{ cancelBtnCaption }}</button> <button type="button" class="btn btn-outline-secondary btn-sm ms-auto" (click)="cancel()">{{ cancelBtnCaption }}</button>
@if (createdBundle) { @if (createdBundle) {