X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Baccounts%2Faccounts.component.html;h=226fa8f3121929ef95a53478da6a83f1a20471c7;hb=1c048f04a5a37fcf870804157216a271ac709e9d;hp=1b2c113116dd66be404c649baa3ecc710722f6cd;hpb=ace396c4e0d65362fd8b82c86e88085622927b43;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+accounts/accounts.component.html b/client/src/app/+accounts/accounts.component.html index 1b2c11311..226fa8f31 100644 --- a/client/src/app/+accounts/accounts.component.html +++ b/client/src/app/+accounts/accounts.component.html @@ -2,10 +2,10 @@
- +
- +
@@ -18,11 +18,9 @@ (userChanged)="onUserChanged()" (userDeleted)="onUserDeleted()" > - Banned - Muted - Instance muted - Muted by your instance - Instance muted by your instance + Banned + +
@@ -30,15 +28,15 @@
- {naiveAggregatedSubscribers(), plural, =1 {1 subscriber} other {{{ naiveAggregatedSubscribers() }} subscribers}} + {naiveAggregatedSubscribers(), plural, =0 {No subscribers} =1 {1 subscriber} other {{{ naiveAggregatedSubscribers() }} subscribers}} - {accountVideosCount, plural, =1 {1 videos} other {{{ accountVideosCount }} videos}} + {accountVideosCount, plural, =0 {No videos} =1 {1 video} other {{{ accountVideosCount }} videos}}
@@ -66,24 +64,24 @@
- - +