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/login/login-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/login/login-routing.module.ts')
-rw-r--r-- | client/src/app/login/login-routing.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/login/login-routing.module.ts b/client/src/app/login/login-routing.module.ts index da68519bd..371993884 100644 --- a/client/src/app/login/login-routing.module.ts +++ b/client/src/app/login/login-routing.module.ts | |||
@@ -9,7 +9,7 @@ const loginRoutes: Routes = [ | |||
9 | component: LoginComponent, | 9 | component: LoginComponent, |
10 | data: { | 10 | data: { |
11 | meta: { | 11 | meta: { |
12 | titleSuffix: ' - Login' | 12 | title: 'Login' |
13 | } | 13 | } |
14 | } | 14 | } |
15 | } | 15 | } |