aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-routing.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+about/about-routing.module.ts')
-rw-r--r--client/src/app/+about/about-routing.module.ts6
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 }