diff options
-rw-r--r-- | client/src/app/+my-account/my-account.component.ts | 2 |
1 files changed, 1 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 93d000a02..a49db56fa 100644 --- a/client/src/app/+my-account/my-account.component.ts +++ b/client/src/app/+my-account/my-account.component.ts | |||
@@ -62,7 +62,7 @@ export class MyAccountComponent implements OnInit { | |||
62 | { | 62 | { |
63 | label: this.i18n('My subscriptions'), | 63 | label: this.i18n('My subscriptions'), |
64 | routerLink: '/my-account/subscriptions', | 64 | routerLink: '/my-account/subscriptions', |
65 | iconName: 'inbox-full' | 65 | iconName: 'subscriptions' |
66 | }, | 66 | }, |
67 | { | 67 | { |
68 | label: this.i18n('My history'), | 68 | label: this.i18n('My history'), |