]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+video-channels/video-channels.component.html
Accessibility fixes for #2149
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channels.component.html
index 8ab79526d02c48d12d5ddd7c2e19779ae84ace96..065fc2c04bdb57dc5272021aeefa284a5f9b5e07 100644 (file)
@@ -20,7 +20,7 @@
             <my-subscribe-button #subscribeButton [videoChannels]="[videoChannel]"></my-subscribe-button>
           </div>
         </div>
-        <div i18n class="actor-followers">{{ videoChannel.followersCount }} subscribers</div>
+        <div class="actor-followers" i18n>{videoChannel.followersCount, plural, =1 {1 subscriber} other {{{ videoChannel.followersCount }} subscribers}}</div>
 
         <a [routerLink]="[ '/accounts', videoChannel.ownerBy ]" i18n-title title="Go the owner account page" class="actor-owner">
           <span i18n>Created by {{ videoChannel.ownerBy }}</span>