X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Baccounts%2Faccounts.component.html;h=226fa8f3121929ef95a53478da6a83f1a20471c7;hb=997a30150241b90dd833433dbc1e49b988c2b575;hp=03d083bb688d2747984a8a973ed219f2241e3e22;hpb=733dbc535d5fecdaba9e05feb8923bc754920525;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+accounts/accounts.component.html b/client/src/app/+accounts/accounts.component.html index 03d083bb6..226fa8f31 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,8 +46,6 @@
- -
Account created on {{ account.createdAt | date }}
- - +