]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.component.ts
Add abuse messages management in my account
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.ts
index 5b2238f5a650c7e52486c84c4afd9665afbe96dd..dc2c8f39c0ec3ddd89abc132e54c8f5ec183ea30 100644 (file)
@@ -94,6 +94,11 @@ export class MyAccountComponent implements OnInit {
           routerLink: '/my-account/blocklist/servers',
           iconName: 'peertube-x'
         },
+        {
+          label: this.i18n('My abuses'),
+          routerLink: '/my-account/abuses',
+          iconName: 'flag'
+        },
         {
           label: this.i18n('Ownership changes'),
           routerLink: '/my-account/ownership',