X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Babout%2Fabout-routing.module.ts;h=96a737555a98657159ffba1438c37cc4fced9f47;hb=900f7820814b95b07ef0bcac04036a95abfbe060;hp=91ccb846f0d87f4416972db5c9675604b1d5fa85;hpb=b42f9c400e7b677046ab0034a3cf7aaaa73ecb6d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+about/about-routing.module.ts b/client/src/app/+about/about-routing.module.ts index 91ccb846f..96a737555 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 = [ component: AboutInstanceComponent, data: { meta: { - title: 'About this instance' + title: $localize`About this instance` } }, resolve: { @@ -35,7 +35,7 @@ const aboutRoutes: Routes = [ component: AboutPeertubeComponent, data: { meta: { - title: 'About PeerTube' + title: $localize`About PeerTube` } } }, @@ -44,7 +44,7 @@ const aboutRoutes: Routes = [ component: AboutFollowsComponent, data: { meta: { - title: 'About follows' + title: $localize`About this instance's network` } } }