diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-09 17:22:26 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-09 17:22:26 +0100 |
commit | ca309a9f6492f340295fee010ffa6dcc63fd76b4 (patch) | |
tree | cece9d0a20b4ebec3818cc219827209fd261021b /client/src/app | |
parent | 234b535dacdeacfacd7ac5601e53b6b7d923ca00 (diff) | |
download | PeerTube-ca309a9f6492f340295fee010ffa6dcc63fd76b4.tar.gz PeerTube-ca309a9f6492f340295fee010ffa6dcc63fd76b4.tar.zst PeerTube-ca309a9f6492f340295fee010ffa6dcc63fd76b4.zip |
Fix aot build
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+admin/users/user-edit/user-edit.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/users/user-edit/user-edit.component.html b/client/src/app/+admin/users/user-edit/user-edit.component.html index a69ffee77..a68dd231b 100644 --- a/client/src/app/+admin/users/user-edit/user-edit.component.html +++ b/client/src/app/+admin/users/user-edit/user-edit.component.html | |||
@@ -64,7 +64,7 @@ | |||
64 | 64 | ||
65 | <div class="transcoding-information" *ngIf="isTranscodingInformationDisplayed()"> | 65 | <div class="transcoding-information" *ngIf="isTranscodingInformationDisplayed()"> |
66 | Transcoding is enabled on server. The video quota only take in account <strong>original</strong> video. <br /> | 66 | Transcoding is enabled on server. The video quota only take in account <strong>original</strong> video. <br /> |
67 | In maximum, this user could use ~ {{ computeQuotaWithTranscoding() | bytes: 0 }}. | 67 | At most, this user could use ~ {{ computeQuotaWithTranscoding() | bytes: 0 }}. |
68 | </div> | 68 | </div> |
69 | </div> | 69 | </div> |
70 | 70 | ||