]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/account/account.routes.ts
Client: add titles to all pages
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account.routes.ts
index e348c6ebed9a22b689a7cfd230906fa76e7878cf..c382a6deb40e300ecf96a53a9258b201d5c52f40 100644 (file)
@@ -1,5 +1,13 @@
 import { AccountComponent } from './account.component';
 
 export const AccountRoutes = [
-  { path: 'account', component: AccountComponent }
+  {
+    path: 'account',
+    component: AccountComponent,
+    data: {
+      meta: {
+        titleSuffix: ' - My account'
+      }
+    }
+  }
 ];