X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Baccounts%2Faccounts.component.html;h=0be2271c74530794418dcd315a380cd3acb83d83;hb=6e391224d48e76bb2b26267dc3a8adeb27c99122;hp=92d24ce9446316c1276a837054f526b69075ab53;hpb=67264e060b6068399dae9a67abae035a73b84af1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+accounts/accounts.component.html b/client/src/app/+accounts/accounts.component.html index 92d24ce94..0be2271c7 100644 --- a/client/src/app/+accounts/accounts.component.html +++ b/client/src/app/+accounts/accounts.component.html @@ -2,15 +2,15 @@
- +
- +
-

{{ account.displayName }}

+

{{ account.displayName }}

- 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}}
@@ -48,11 +46,9 @@
- -
Account created on {{ account.createdAt | date }}
-
@@ -60,32 +56,32 @@
- - +