]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/follows.component.html
Translate tab heads
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.html
index 1baba5a4d821b65fd963c14877a4200e96403172..a8258bf70a80b9c6d3546856bbcefd6ed20a0457 100644 (file)
@@ -1,5 +1,5 @@
 <div class="admin-sub-header">
-  <div class="admin-sub-title">Manage follows</div>
+  <div i18n class="form-sub-title">Manage follows</div>
 
   <tabset #followsMenuTabs>
     <tab *ngFor="let link of links">
@@ -10,6 +10,4 @@
   </tabset>
 </div>
 
-
-
 <router-outlet></router-outlet>