diff --git a/client/src/app/shared/shared-main/users/user-quota.component.html b/client/src/app/shared/shared-main/users/user-quota.component.html index ac9085bb3..bac2d2a14 100644 --- a/client/src/app/shared/shared-main/users/user-quota.component.html +++ b/client/src/app/shared/shared-main/users/user-quota.component.html @@ -4,7 +4,7 @@
+ [attr.aria-valuenow]="userVideoQuotaUsed" aria-valuemin="0" [attr.aria-valuemax]="user?.videoQuota">
{{ userVideoQuotaUsed | bytes: 1 }} {{ userVideoQuota }} @@ -15,7 +15,7 @@
+ [attr.aria-valuenow]="userVideoQuotaUsedDaily" aria-valuemin="0" [attr.aria-valuemax]="user?.videoQuotaDaily">
{{ userVideoQuotaUsedDaily | bytes: 1 }} {{ userVideoQuotaDaily }}