diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index cbf0e20..1a1398d 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -27,7 +27,8 @@ const routes: Routes = [ }, { path: 'researcher', - loadChildren: () => import('./researcher/researcher.module').then(m => m.ResearcherModule) + loadChildren: () => import('./researcher/researcher.module').then(m => m.ResearcherModule), + data: {title: Irish.METADATA_PREFIX} }, { path: 'repository', diff --git a/src/app/researcher/researcher.component.ts b/src/app/researcher/researcher.component.ts index cb9d072..5c3ea48 100644 --- a/src/app/researcher/researcher.component.ts +++ b/src/app/researcher/researcher.component.ts @@ -46,7 +46,7 @@ import {LayoutService} from "../openaireLibrary/dashboard/sharedComponents/sideb {{properties.orcidURL + author.id}} -