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 --- .../my-account-video-channels-routing.module.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/+my-account/+my-account-video-channels') diff --git a/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels-routing.module.ts b/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels-routing.module.ts index 94037e18f..3aa3e360f 100644 --- a/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels-routing.module.ts +++ b/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels-routing.module.ts @@ -10,7 +10,7 @@ const myAccountVideoChannelsRoutes: Routes = [ component: MyAccountVideoChannelsComponent, data: { meta: { - title: 'Account video channels' + title: $localize`Account video channels` } } }, @@ -19,7 +19,7 @@ const myAccountVideoChannelsRoutes: Routes = [ component: MyAccountVideoChannelCreateComponent, data: { meta: { - title: 'Create new video channel' + title: $localize`Create new video channel` } } }, @@ -28,7 +28,7 @@ const myAccountVideoChannelsRoutes: Routes = [ component: MyAccountVideoChannelUpdateComponent, data: { meta: { - title: 'Update video channel' + title: $localize`Update video channel` } } } -- cgit v1.2.3