]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/menu/menu-admin.component.ts
ApplicationFollow -> SeverFollow
[github/Chocobozzz/PeerTube.git] / client / src / app / core / menu / menu-admin.component.ts
index 92aab9a059b30eaab8e8149692fcd9f55893c2ae..466da1aee148cf26309334dccc0d181d6204cbf0 100644 (file)
@@ -15,8 +15,8 @@ export class MenuAdminComponent {
     return this.auth.getUser().hasRight(UserRight.MANAGE_USERS)
   }
 
-  hasFriendsRight () {
-    return this.auth.getUser().hasRight(UserRight.MANAGE_PEERTUBE_FOLLOW)
+  hasServerFollowRight () {
+    return this.auth.getUser().hasRight(UserRight.MANAGE_SERVER_FOLLOW)
   }
 
   hasVideoAbusesRight () {