1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Fix useless i18n tag

This commit is contained in:
Chocobozzz 2025-08-20 08:52:39 +02:00
parent 6822bcfcb3
commit d090795d0c
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -27,7 +27,7 @@
@if (isInSelectionMode()) {
<my-action-dropdown i18n-label label="Batch actions" theme="primary" [actions]="bulkActions()" [entry]="selectedRows"></my-action-dropdown>
} @else {
<strong *ngIf="totalTitle" i18n [ngClass]="{ 'opacity-0': loading }">
<strong *ngIf="totalTitle" [ngClass]="{ 'opacity-0': loading }">
<ng-template *ngTemplateOutlet="totalTitle; context: { $implicit: totalRecords }"></ng-template>
</strong>