]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.html
Merge branch 'release/2.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.html
index c8bb4270bad62b18baf7d5f116e624c6ffc81fbb..a811fc0a81350056c352ed8a067f31ba811087be 100644 (file)
@@ -11,7 +11,7 @@
       <a [routerLink]="action.routerLink" routerLinkActive="active" *ngFor="let action of actions">
         <button class="btn">
           <my-global-icon [iconName]="action.iconName"></my-global-icon>
-          <span i18n>{{ action.label }}</span>
+          <span>{{ action.label }}</span>
         </button>
       </a>
     </div>