]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about-routing.module.ts
Redesign account's channels page
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-routing.module.ts
index 91ccb846f0d87f4416972db5c9675604b1d5fa85..96a737555a98657159ffba1438c37cc4fced9f47 100644 (file)
@@ -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`
           }
         }
       }