diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-17 10:30:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-17 10:30:59 +0200 |
commit | f29f487ef8892453a481628a6a3cff802dc89213 (patch) | |
tree | ba334a3a3ee5bfb9961683debb7f144e204c9872 /client/src/app/+video-channels | |
parent | 1bfc7b737975201645f43e58b485e864b3589bb3 (diff) | |
download | PeerTube-f29f487ef8892453a481628a6a3cff802dc89213.tar.gz PeerTube-f29f487ef8892453a481628a6a3cff802dc89213.tar.zst PeerTube-f29f487ef8892453a481628a6a3cff802dc89213.zip |
Use localize for page titles
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r-- | client/src/app/+video-channels/video-channels-routing.module.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+video-channels/video-channels-routing.module.ts b/client/src/app/+video-channels/video-channels-routing.module.ts index e79e6a680..f8c32f14e 100644 --- a/client/src/app/+video-channels/video-channels-routing.module.ts +++ b/client/src/app/+video-channels/video-channels-routing.module.ts | |||
@@ -22,7 +22,7 @@ const videoChannelsRoutes: Routes = [ | |||
22 | component: VideoChannelVideosComponent, | 22 | component: VideoChannelVideosComponent, |
23 | data: { | 23 | data: { |
24 | meta: { | 24 | meta: { |
25 | title: 'Video channel videos' | 25 | title: $localize`Video channel videos` |
26 | }, | 26 | }, |
27 | reuse: { | 27 | reuse: { |
28 | enabled: true, | 28 | enabled: true, |
@@ -35,7 +35,7 @@ const videoChannelsRoutes: Routes = [ | |||
35 | component: VideoChannelPlaylistsComponent, | 35 | component: VideoChannelPlaylistsComponent, |
36 | data: { | 36 | data: { |
37 | meta: { | 37 | meta: { |
38 | title: 'Video channel playlists' | 38 | title: $localize`Video channel playlists` |
39 | } | 39 | } |
40 | } | 40 | } |
41 | }, | 41 | }, |
@@ -44,7 +44,7 @@ const videoChannelsRoutes: Routes = [ | |||
44 | component: VideoChannelAboutComponent, | 44 | component: VideoChannelAboutComponent, |
45 | data: { | 45 | data: { |
46 | meta: { | 46 | meta: { |
47 | title: 'About video channel' | 47 | title: $localize`About video channel` |
48 | } | 48 | } |
49 | } | 49 | } |
50 | } | 50 | } |