diff --git a/src/frontend/app/list/summarySheet/summary-sheet.component.html b/src/frontend/app/list/summarySheet/summary-sheet.component.html index 4fbdc5d00ac33e464247d479d7a4ae62706f3e6f..b1016fe18b0b0151a12b0c20d282da161a7a04b4 100644 --- a/src/frontend/app/list/summarySheet/summary-sheet.component.html +++ b/src/frontend/app/list/summarySheet/summary-sheet.component.html @@ -63,6 +63,6 @@ <mat-icon fontSet="fas" fontIcon="fa-plus" style="height: auto;"></mat-icon> </button> </div> -<div *ngIf="data.selectedRes.length > 10" mat-dialog-actions class="actions"> +<div *ngIf="data.selectedRes.length > 500" mat-dialog-actions class="actions"> <span style="color: #d24747; font-style: italic">{{lang.firstSummarySheetsGenerated}}</span> </div>