aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account.component.ts')
-rw-r--r--client/src/app/+my-account/my-account.component.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts
index d9381ebfa..1bac9547d 100644
--- a/client/src/app/+my-account/my-account.component.ts
+++ b/client/src/app/+my-account/my-account.component.ts
@@ -21,7 +21,7 @@ export class MyAccountComponent {
21 children: [ 21 children: [
22 { 22 {
23 label: this.i18n('My channels'), 23 label: this.i18n('My channels'),
24 routerLink: '/my-account/videos' 24 routerLink: '/my-account/video-channels'
25 }, 25 },
26 { 26 {
27 label: this.i18n('My videos'), 27 label: this.i18n('My videos'),
@@ -30,6 +30,10 @@ export class MyAccountComponent {
30 { 30 {
31 label: this.i18n('My subscriptions'), 31 label: this.i18n('My subscriptions'),
32 routerLink: '/my-account/subscriptions' 32 routerLink: '/my-account/subscriptions'
33 },
34 {
35 label: this.i18n('My history'),
36 routerLink: '/my-account/history/videos'
33 } 37 }
34 ] 38 ]
35 } 39 }