From f29f487ef8892453a481628a6a3cff802dc89213 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 17 Aug 2020 10:30:59 +0200 Subject: Use localize for page titles --- client/src/app/+accounts/accounts-routing.module.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/+accounts/accounts-routing.module.ts') diff --git a/client/src/app/+accounts/accounts-routing.module.ts b/client/src/app/+accounts/accounts-routing.module.ts index 45b24eb55..d2ca784b0 100644 --- a/client/src/app/+accounts/accounts-routing.module.ts +++ b/client/src/app/+accounts/accounts-routing.module.ts @@ -26,7 +26,7 @@ const accountsRoutes: Routes = [ component: AccountVideosComponent, data: { meta: { - title: 'Account videos' + title: $localize`Account videos` }, reuse: { enabled: true, @@ -39,7 +39,7 @@ const accountsRoutes: Routes = [ component: AccountVideoChannelsComponent, data: { meta: { - title: 'Account video channels' + title: $localize`Account video channels` } } }, @@ -48,7 +48,7 @@ const accountsRoutes: Routes = [ component: AccountAboutComponent, data: { meta: { - title: 'About account' + title: $localize`About account` } } } -- cgit v1.2.3