CST-11012 fixed conflicts

This commit is contained in:
Sondissimo
2023-09-14 17:06:14 +02:00
parent eb82628164
commit f9e4044e81
2 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -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 ::",