]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/friends/friends.routes.ts
Fix client compilation
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / friends / friends.routes.ts
index a9a06539b55ecf507cf4c81a392823b038ef7b04..747066d1fdc299194601ff90d670bf3bda1fa5b0 100644 (file)
@@ -19,7 +19,7 @@ export const FriendsRoutes: Routes = [
           component: FriendListComponent,
           data: {
             meta: {
-              titleSuffix: ' - Friends list'
+              title: 'Friends list'
             }
           }
         },
@@ -28,7 +28,7 @@ export const FriendsRoutes: Routes = [
           component: FriendAddComponent,
           data: {
             meta: {
-              titleSuffix: ' - Add friends'
+              title: 'Add friends'
             }
           }
         }