diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-04-02 15:01:54 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2021-04-02 15:01:54 +0200 |
commit | 0a25749f14a083d2c388b6229cbdbba695d0387e (patch) | |
tree | c86a7baf9128198f71c60147a34132cbb20a9ca8 /client/src/app/+video-channels | |
parent | 0a6785d115b79eaafbd7944834fc8b3a7da089fd (diff) | |
download | PeerTube-0a25749f14a083d2c388b6229cbdbba695d0387e.tar.gz PeerTube-0a25749f14a083d2c388b6229cbdbba695d0387e.tar.zst PeerTube-0a25749f14a083d2c388b6229cbdbba695d0387e.zip |
simplify channels/playlists name in account/channel views
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||