mirror of https://github.com/Chocobozzz/PeerTube
Fix title inconsistencies
parent
a1ad7035db
commit
c6c4a7167e
|
@ -104,8 +104,8 @@ export class AccountsComponent implements OnInit, OnDestroy {
|
|||
})
|
||||
|
||||
this.links = [
|
||||
{ label: $localize`CHANNELS`, routerLink: 'video-channels' },
|
||||
{ label: $localize`VIDEOS`, routerLink: 'videos' }
|
||||
{ label: $localize`Channels`, routerLink: 'video-channels' },
|
||||
{ label: $localize`Videos`, routerLink: 'videos' }
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -113,8 +113,8 @@ export class VideoChannelsComponent implements OnInit, OnDestroy {
|
|||
if (this.isUserLoggedIn()) this.hotkeysService.add(this.hotkeys)
|
||||
|
||||
this.links = [
|
||||
{ label: $localize`VIDEOS`, routerLink: 'videos' },
|
||||
{ label: $localize`PLAYLISTS`, routerLink: 'video-playlists' }
|
||||
{ label: $localize`Videos`, routerLink: 'videos' },
|
||||
{ label: $localize`Playlists`, routerLink: 'video-playlists' }
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue