diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/users/user-edit/user-edit.component.html | 2 | ||||
-rw-r--r-- | client/src/tsconfig.app.json | 7 |
2 files changed, 7 insertions, 2 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 | ||
diff --git a/client/src/tsconfig.app.json b/client/src/tsconfig.app.json index 39ba8dbac..4339f4d4b 100644 --- a/client/src/tsconfig.app.json +++ b/client/src/tsconfig.app.json | |||
@@ -8,6 +8,11 @@ | |||
8 | }, | 8 | }, |
9 | "exclude": [ | 9 | "exclude": [ |
10 | "test.ts", | 10 | "test.ts", |
11 | "**/*.spec.ts" | 11 | "**/*.spec.ts", |
12 | "../node_modules/ngx-clipboard/**/*.spec.ts" | ||
13 | ], | ||
14 | "include": [ | ||
15 | "**/*.ts", | ||
16 | "../node_modules/ngx-clipboard/*/**.ts" | ||
12 | ] | 17 | ] |
13 | } | 18 | } |