simplify channels/playlists name in account/channel views

pull/3920/head
Rigel Kent 2021-04-02 15:01:54 +02:00
parent 0a6785d115
commit 0a25749f14
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ export class AccountsComponent implements OnInit, OnDestroy {
)
this.links = [
{ label: $localize`VIDEO CHANNELS`, routerLink: 'video-channels' },
{ label: $localize`CHANNELS`, routerLink: 'video-channels' },
{ label: $localize`VIDEOS`, routerLink: 'videos' }
]
}

View File

@ -74,7 +74,7 @@ export class VideoChannelsComponent implements OnInit, OnDestroy {
this.links = [
{ label: $localize`VIDEOS`, routerLink: 'videos' },
{ label: $localize`VIDEO PLAYLISTS`, routerLink: 'video-playlists' }
{ label: $localize`PLAYLISTS`, routerLink: 'video-playlists' }
]
}