Fix title inconsistencies

pull/6711/merge
Chocobozzz 2024-11-27 10:31:17 +01:00
parent a1ad7035db
commit c6c4a7167e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -113,8 +113,8 @@ export class VideoChannelsComponent implements OnInit, OnDestroy {
if (this.isUserLoggedIn()) this.hotkeysService.add(this.hotkeys) if (this.isUserLoggedIn()) this.hotkeysService.add(this.hotkeys)
this.links = [ this.links = [
{ label: $localize`VIDEOS`, routerLink: 'videos' }, { label: $localize`Videos`, routerLink: 'videos' },
{ label: $localize`PLAYLISTS`, routerLink: 'video-playlists' } { label: $localize`Playlists`, routerLink: 'video-playlists' }
] ]
} }