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:
parent
6822bcfcb3
commit
d090795d0c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue