diff --git a/npm/ng-packs/packages/account/src/lib/account-routing.module.ts b/npm/ng-packs/packages/account/src/lib/account-routing.module.ts index 6803444712..93ac1a74ef 100644 --- a/npm/ng-packs/packages/account/src/lib/account-routing.module.ts +++ b/npm/ng-packs/packages/account/src/lib/account-routing.module.ts @@ -86,7 +86,7 @@ const routes: Routes = [ defaultComponent: ManageProfileComponent, } as ReplaceableComponents.RouteData, }, - title: 'AbpAccount::Menu:Account', + title: 'AbpAccount::MyAccount', }, ], }, diff --git a/npm/ng-packs/packages/core/src/lib/services/title-strategy.service.ts b/npm/ng-packs/packages/core/src/lib/services/title-strategy.service.ts index 6da0d4adac..ae1a61797a 100644 --- a/npm/ng-packs/packages/core/src/lib/services/title-strategy.service.ts +++ b/npm/ng-packs/packages/core/src/lib/services/title-strategy.service.ts @@ -37,5 +37,4 @@ export class AbpTitleStrategy extends TitleStrategy { } }); } -} -// .pipe(tap(() => this.updateTitle(this.routerState))).subscribe(); \ No newline at end of file +} \ No newline at end of file