]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/shared/user-real-quota-info.component.html
Improve remote runner config UX
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / shared / user-real-quota-info.component.html
CommitLineData
f67ac646
C
1<div i18n class="transcoding-information" *ngIf="isTranscodingInformationDisplayed()">
2 The video quota only takes into account <strong>original</strong> video size. <br />
3 Since transcoding is enabled, videos size can be at most ~ {{ computeQuotaWithTranscoding() | bytes: 0 }}.
4</div>