mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Typo
This commit is contained in:
parent
789696d22f
commit
8f0389ab8c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
[customUpdateUrl]="customUpdateUrl"
|
[customUpdateUrl]="customUpdateUrl"
|
||||||
>
|
>
|
||||||
<ng-template #totalTitle let-totalRecords>
|
<ng-template #totalTitle let-totalRecords>
|
||||||
<ng-container i18n>{ totalRecords, plural, =0 {No jobs} =1 {1 job} other {{{ totalRecords | myNumberFormatter }} jobs}}</ng-container>
|
<ng-container i18n>{ totalRecords, plural, =0 {No job} =1 {1 job} other {{{ totalRecords | myNumberFormatter }} jobs}}</ng-container>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<ng-template #captionRight>
|
<ng-template #captionRight>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue