Browse Source

remove comment line and change localization key

pull/19022/head
Sinan Öztürk 2 years ago
parent
commit
6458f86af9
  1. 2
      npm/ng-packs/packages/account/src/lib/account-routing.module.ts
  2. 3
      npm/ng-packs/packages/core/src/lib/services/title-strategy.service.ts

2
npm/ng-packs/packages/account/src/lib/account-routing.module.ts

@ -86,7 +86,7 @@ const routes: Routes = [
defaultComponent: ManageProfileComponent, defaultComponent: ManageProfileComponent,
} as ReplaceableComponents.RouteData<ManageProfileComponent>, } as ReplaceableComponents.RouteData<ManageProfileComponent>,
}, },
title: 'AbpAccount::Menu:Account', title: 'AbpAccount::MyAccount',
}, },
], ],
}, },

3
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();
Loading…
Cancel
Save