Add videos count in channels list
[oweals/peertube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channels.component.html
index 2499b6ed5708fcfb1e188d588376ecd903ff2633..bf4fa9396d98421795997e0c4b2b0fa4e3c7bdb8 100644 (file)
@@ -20,6 +20,8 @@
 
       <div i18n class="video-channel-followers">{videoChannel.followersCount, plural, =1 {1 subscriber} other {{{ videoChannel.followersCount }} subscribers}}</div>
 
+      <div i18n class="video-channel-videos">{videoChannel.videosCount, plural, =0 {No videos} =1 {1 video} other {{{ videoChannel.videosCount }} videos}}</div>
+
       <div class="video-channel-buttons">
         <my-edit-button [routerLink]="[ 'update', videoChannel.nameWithHost ]"></my-edit-button>
         <my-delete-button (click)="deleteVideoChannel(videoChannel)"></my-delete-button>