From 6458f86af95bbe583ea2cf3838b4fffc43a8faab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinan=20=C3=96zt=C3=BCrk?= Date: Wed, 14 Feb 2024 14:25:14 +0300 Subject: [PATCH] remove comment line and change localization key --- .../packages/account/src/lib/account-routing.module.ts | 2 +- .../packages/core/src/lib/services/title-strategy.service.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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