aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/friends/friends.routes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/friends/friends.routes.ts')
-rw-r--r--client/src/app/+admin/friends/friends.routes.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/friends/friends.routes.ts b/client/src/app/+admin/friends/friends.routes.ts
index a9a06539b..747066d1f 100644
--- a/client/src/app/+admin/friends/friends.routes.ts
+++ b/client/src/app/+admin/friends/friends.routes.ts
@@ -19,7 +19,7 @@ export const FriendsRoutes: Routes = [
19 component: FriendListComponent, 19 component: FriendListComponent,
20 data: { 20 data: {
21 meta: { 21 meta: {
22 titleSuffix: ' - Friends list' 22 title: 'Friends list'
23 } 23 }
24 } 24 }
25 }, 25 },
@@ -28,7 +28,7 @@ export const FriendsRoutes: Routes = [
28 component: FriendAddComponent, 28 component: FriendAddComponent,
29 data: { 29 data: {
30 meta: { 30 meta: {
31 titleSuffix: ' - Add friends' 31 title: 'Add friends'
32 } 32 }
33 } 33 }
34 } 34 }