From f9e4044e8141c290584a93fda9a0b334f2a66965 Mon Sep 17 00:00:00 2001 From: Sondissimo Date: Thu, 14 Sep 2023 17:06:14 +0200 Subject: [PATCH] CST-11012 fixed conflicts --- src/app/footer/footer.component.ts | 6 +++--- src/assets/i18n/en.json5 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ::",