]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/admin.component.ts
Implement abuses check params
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / admin.component.ts
index 51c64694ff4bb2c4a24eea46178dce5559f6c3d1..1e137e63ed78701904bdbe8d168b5fdb7699247f 100644 (file)
@@ -25,12 +25,12 @@ export class AdminComponent implements OnInit {
         {
           label: this.i18n('Instances you follow'),
           routerLink: '/admin/follows/following-list',
-          iconName: 'sign-out'
+          iconName: 'following'
         },
         {
           label: this.i18n('Instances following you'),
           routerLink: '/admin/follows/followers-list',
-          iconName: 'sign-in'
+          iconName: 'follower'
         },
         {
           label: this.i18n('Video redundancies'),
@@ -91,7 +91,7 @@ export class AdminComponent implements OnInit {
   }
 
   hasVideoAbusesRight () {
-    return this.auth.getUser().hasRight(UserRight.MANAGE_VIDEO_ABUSES)
+    return this.auth.getUser().hasRight(UserRight.MANAGE_ABUSES)
   }
 
   hasVideoBlocklistRight () {