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/+about | |
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/+about')
-rw-r--r-- | client/src/app/+about/about-routing.module.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+about/about-routing.module.ts b/client/src/app/+about/about-routing.module.ts index 91ccb846f..828b2884c 100644 --- a/client/src/app/+about/about-routing.module.ts +++ b/client/src/app/+about/about-routing.module.ts | |||
@@ -23,7 +23,7 @@ const aboutRoutes: Routes = [ | |||
23 | component: AboutInstanceComponent, | 23 | component: AboutInstanceComponent, |
24 | data: { | 24 | data: { |
25 | meta: { | 25 | meta: { |
26 | title: 'About this instance' | 26 | title: $localize`About this instance` |
27 | } | 27 | } |
28 | }, | 28 | }, |
29 | resolve: { | 29 | resolve: { |
@@ -35,7 +35,7 @@ const aboutRoutes: Routes = [ | |||
35 | component: AboutPeertubeComponent, | 35 | component: AboutPeertubeComponent, |
36 | data: { | 36 | data: { |
37 | meta: { | 37 | meta: { |
38 | title: 'About PeerTube' | 38 | title: $localize`About PeerTube` |
39 | } | 39 | } |
40 | } | 40 | } |
41 | }, | 41 | }, |
@@ -44,7 +44,7 @@ const aboutRoutes: Routes = [ | |||
44 | component: AboutFollowsComponent, | 44 | component: AboutFollowsComponent, |
45 | data: { | 45 | data: { |
46 | meta: { | 46 | meta: { |
47 | title: 'About follows' | 47 | title: $localize`About follows` |
48 | } | 48 | } |
49 | } | 49 | } |
50 | } | 50 | } |