diff --git a/src/app/footer/footer.component.ts b/src/app/footer/footer.component.ts index c9b8c42bfc..1759dd1623 100644 --- a/src/app/footer/footer.component.ts +++ b/src/app/footer/footer.component.ts @@ -20,9 +20,9 @@ export class FooterComponent { showEndUserAgreement = environment.info.enableEndUserAgreement; coarLdnEnabled: boolean; - constructor( - @Optional() private cookies: KlaroService, - private notifyInfoService: NotifyInfoService + constructor(@Optional() + private cookies: KlaroService, + private notifyInfoService: NotifyInfoService ) { this.notifyInfoService.isCoarConfigEnabled().subscribe(coarLdnEnabled => { this.coarLdnEnabled = coarLdnEnabled; diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 65bf1ebaaa..32e2549518 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -3617,7 +3617,7 @@ "repository.image.logo": "Repository logo", - "repository.title.prefix": "Demo of COAR Notify in DSpace 7 :: ", + "repository.title.prefix": "DSpace Angular :: ", "repository.title.prefixDSpace": "DSpace Angular ::",