X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fadmin.component.ts;h=1e137e63ed78701904bdbe8d168b5fdb7699247f;hb=57f6896f67cfc570cf3605dd94b0778101b2d9b9;hp=51c64694ff4bb2c4a24eea46178dce5559f6c3d1;hpb=57e56eb2941cce88a2a9b538b3e6a761ece6a317;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/admin.component.ts b/client/src/app/+admin/admin.component.ts index 51c64694f..1e137e63e 100644 --- a/client/src/app/+admin/admin.component.ts +++ b/client/src/app/+admin/admin.component.ts @@ -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 () {