From 55b3394641a764b89132d0057d3fdf656dab2389 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 12 Mar 2017 18:40:05 +0100 Subject: Client: fix routes title --- client/src/app/+admin/friends/friends.routes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/+admin/friends') 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 = [ 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' } } } -- cgit v1.2.3