aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/menu/menu-admin.component.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-11-16 17:16:42 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-11-27 19:40:52 +0100
commit4610bc5b12eaa4bfd64fe3fd70c65e5b722aa22d (patch)
tree42a1deeaf6cd955036213310f4d0171e68b68910 /client/src/app/core/menu/menu-admin.component.ts
parent21e0727a84734cb0c81c1c9bb22a49b13e46fe5f (diff)
downloadPeerTube-4610bc5b12eaa4bfd64fe3fd70c65e5b722aa22d.tar.gz
PeerTube-4610bc5b12eaa4bfd64fe3fd70c65e5b722aa22d.tar.zst
PeerTube-4610bc5b12eaa4bfd64fe3fd70c65e5b722aa22d.zip
ApplicationFollow -> SeverFollow
Diffstat (limited to 'client/src/app/core/menu/menu-admin.component.ts')
-rw-r--r--client/src/app/core/menu/menu-admin.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/core/menu/menu-admin.component.ts b/client/src/app/core/menu/menu-admin.component.ts
index 88a654d1f..466da1aee 100644
--- a/client/src/app/core/menu/menu-admin.component.ts
+++ b/client/src/app/core/menu/menu-admin.component.ts
@@ -15,8 +15,8 @@ export class MenuAdminComponent {
15 return this.auth.getUser().hasRight(UserRight.MANAGE_USERS) 15 return this.auth.getUser().hasRight(UserRight.MANAGE_USERS)
16 } 16 }
17 17
18 hasApplicationFollowRight () { 18 hasServerFollowRight () {
19 return this.auth.getUser().hasRight(UserRight.MANAGE_APPLICATION_FOLLOW) 19 return this.auth.getUser().hasRight(UserRight.MANAGE_SERVER_FOLLOW)
20 } 20 }
21 21
22 hasVideoAbusesRight () { 22 hasVideoAbusesRight () {