diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-07 17:05:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-07 17:05:57 +0200 |
commit | 379acb21bcc491efdc0118ea714790bb34238d66 (patch) | |
tree | aba72ff8671733437b18456955c72e4ef53786ec /client/src/app/+my-account | |
parent | 6cca7360eb9027e1544f7513df7da4684061ef7e (diff) | |
download | PeerTube-379acb21bcc491efdc0118ea714790bb34238d66.tar.gz PeerTube-379acb21bcc491efdc0118ea714790bb34238d66.tar.zst PeerTube-379acb21bcc491efdc0118ea714790bb34238d66.zip |
Rename "my settings" to "my account" in menu
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-routing.module.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-routing.module.ts b/client/src/app/+my-account/my-account-routing.module.ts index 7e19cd994..91b464f75 100644 --- a/client/src/app/+my-account/my-account-routing.module.ts +++ b/client/src/app/+my-account/my-account-routing.module.ts | |||
@@ -16,6 +16,11 @@ const myAccountRoutes: Routes = [ | |||
16 | canActivateChild: [ MetaGuard, LoginGuard ], | 16 | canActivateChild: [ MetaGuard, LoginGuard ], |
17 | children: [ | 17 | children: [ |
18 | { | 18 | { |
19 | path: '', | ||
20 | redirectTo: 'settings', | ||
21 | pathMatch: 'full' | ||
22 | }, | ||
23 | { | ||
19 | path: 'settings', | 24 | path: 'settings', |
20 | component: MyAccountSettingsComponent, | 25 | component: MyAccountSettingsComponent, |
21 | data: { | 26 | data: { |