diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-03-12 18:40:05 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-03-12 18:40:05 +0100 |
commit | 55b3394641a764b89132d0057d3fdf656dab2389 (patch) | |
tree | 96d3a373454e6a643c6441906804d26bfb4ed2b1 /client/src/app/account/account-routing.module.ts | |
parent | e22528aca6eb58c8f8005790ac6e76ed4f8ad706 (diff) | |
download | PeerTube-55b3394641a764b89132d0057d3fdf656dab2389.tar.gz PeerTube-55b3394641a764b89132d0057d3fdf656dab2389.tar.zst PeerTube-55b3394641a764b89132d0057d3fdf656dab2389.zip |
Client: fix routes title
Diffstat (limited to 'client/src/app/account/account-routing.module.ts')
-rw-r--r-- | client/src/app/account/account-routing.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/account/account-routing.module.ts b/client/src/app/account/account-routing.module.ts index 8c1033cd2..9004605f3 100644 --- a/client/src/app/account/account-routing.module.ts +++ b/client/src/app/account/account-routing.module.ts | |||
@@ -9,7 +9,7 @@ const accountRoutes: Routes = [ | |||
9 | component: AccountComponent, | 9 | component: AccountComponent, |
10 | data: { | 10 | data: { |
11 | meta: { | 11 | meta: { |
12 | titleSuffix: ' - My account' | 12 | title: 'My account' |
13 | } | 13 | } |
14 | } | 14 | } |
15 | } | 15 | } |