]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/account/account-routing.module.ts
Client: fix routes title
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account-routing.module.ts
index 8c1033cd226b287d77f07b1da62d341585697c52..9004605f357e0b4c13c0822f6b10e4a764154bd3 100644 (file)
@@ -9,7 +9,7 @@ const accountRoutes: Routes = [
     component: AccountComponent,
     data: {
       meta: {
-        titleSuffix: ' - My account'
+        title: 'My account'
       }
     }
   }