X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account.component.ts;h=abc823c62475eea71dbbc079a4e5f0e8bc3ba585;hb=57e56eb2941cce88a2a9b538b3e6a761ece6a317;hp=05dcf522d4c13bdf6b8ba1be1fe161c6f0cf7492;hpb=ba430d7516bc5b1324b60571ba7594460969b7fb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts index 05dcf522d..abc823c62 100644 --- a/client/src/app/+my-account/my-account.component.ts +++ b/client/src/app/+my-account/my-account.component.ts @@ -1,8 +1,8 @@ import { Component, OnInit } from '@angular/core' import { ServerService } from '@app/core' import { I18n } from '@ngx-translate/i18n-polyfill' -import { TopMenuDropdownParam } from '@app/shared/menu/top-menu-dropdown.component' import { ServerConfig } from '@shared/models' +import { TopMenuDropdownParam } from '../shared/shared-main/misc/top-menu-dropdown.component' @Component({ selector: 'my-my-account', @@ -30,7 +30,7 @@ export class MyAccountComponent implements OnInit { { label: this.i18n('My channels'), routerLink: '/my-account/video-channels', - iconName: 'folder' + iconName: 'channel' }, { label: this.i18n('My videos'), @@ -45,7 +45,7 @@ export class MyAccountComponent implements OnInit { { label: this.i18n('My subscriptions'), routerLink: '/my-account/subscriptions', - iconName: 'subscriptions' + iconName: 'inbox-full' }, { label: this.i18n('My history'), @@ -72,14 +72,14 @@ export class MyAccountComponent implements OnInit { iconName: 'user' }, { - label: this.i18n('Muted instances'), + label: this.i18n('Muted servers'), routerLink: '/my-account/blocklist/servers', iconName: 'server' }, { label: this.i18n('Ownership changes'), routerLink: '/my-account/ownership', - iconName: 'im-with-her' + iconName: 'ownership-change' } ] }