diff options
-rw-r--r-- | client/src/app/+accounts/accounts.component.ts | 2 | ||||
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts index e80314130..fbd7380a9 100644 --- a/client/src/app/+accounts/accounts.component.ts +++ b/client/src/app/+accounts/accounts.component.ts | |||
@@ -79,7 +79,7 @@ export class AccountsComponent implements OnInit, OnDestroy { | |||
79 | ) | 79 | ) |
80 | 80 | ||
81 | this.links = [ | 81 | this.links = [ |
82 | { label: $localize`VIDEO CHANNELS`, routerLink: 'video-channels' }, | 82 | { label: $localize`CHANNELS`, routerLink: 'video-channels' }, |
83 | { label: $localize`VIDEOS`, routerLink: 'videos' } | 83 | { label: $localize`VIDEOS`, routerLink: 'videos' } |
84 | ] | 84 | ] |
85 | } | 85 | } |
diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts index 2739047ed..41fdb5e79 100644 --- a/client/src/app/+video-channels/video-channels.component.ts +++ b/client/src/app/+video-channels/video-channels.component.ts | |||
@@ -74,7 +74,7 @@ export class VideoChannelsComponent implements OnInit, OnDestroy { | |||
74 | 74 | ||
75 | this.links = [ | 75 | this.links = [ |
76 | { label: $localize`VIDEOS`, routerLink: 'videos' }, | 76 | { label: $localize`VIDEOS`, routerLink: 'videos' }, |
77 | { label: $localize`VIDEO PLAYLISTS`, routerLink: 'video-playlists' } | 77 | { label: $localize`PLAYLISTS`, routerLink: 'video-playlists' } |
78 | ] | 78 | ] |
79 | } | 79 | } |
80 | 80 | ||