X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Faccount%2Faccount.routes.ts;h=c382a6deb40e300ecf96a53a9258b201d5c52f40;hb=b58c69a1edcf63b6339576b5b431dbf7dea2c625;hp=e348c6ebed9a22b689a7cfd230906fa76e7878cf;hpb=a6375e69668ea42e19531c6bc68dcd37f3f7cbd7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/account/account.routes.ts b/client/src/app/account/account.routes.ts index e348c6ebe..c382a6deb 100644 --- a/client/src/app/account/account.routes.ts +++ b/client/src/app/account/account.routes.ts @@ -1,5 +1,13 @@ import { AccountComponent } from './account.component'; export const AccountRoutes = [ - { path: 'account', component: AccountComponent } + { + path: 'account', + component: AccountComponent, + data: { + meta: { + titleSuffix: ' - My account' + } + } + } ];