From 0a25749f14a083d2c388b6229cbdbba695d0387e Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 2 Apr 2021 15:01:54 +0200 Subject: simplify channels/playlists name in account/channel views --- client/src/app/+accounts/accounts.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+accounts/accounts.component.ts') 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 { ) this.links = [ - { label: $localize`VIDEO CHANNELS`, routerLink: 'video-channels' }, + { label: $localize`CHANNELS`, routerLink: 'video-channels' }, { label: $localize`VIDEOS`, routerLink: 'videos' } ] } -- cgit v1.2.3