From b7f3711de1b9e49f2e43f3873019eea02e4642f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20G=C3=B3mez?= Date: Thu, 4 Jul 2024 00:04:40 +0200 Subject: [PATCH] Other minor lint fixes --- .../comcol-page-browse-by/comcol-page-browse-by.component.ts | 2 +- src/assets/i18n/en.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.ts b/src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.ts index 3fcdf8b8c5f..f740722eed2 100644 --- a/src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.ts +++ b/src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.ts @@ -36,7 +36,7 @@ import { import { APP_CONFIG, - AppConfig + AppConfig, } from '../../../../config/app-config.interface'; import { getCollectionPageRoute } from '../../../collection-page/collection-page-routing-paths'; import { getCommunityPageRoute } from '../../../community-page/community-page-routing-paths'; diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 78be56caa1a..a697fa77c8e 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -1565,7 +1565,7 @@ "community.all-lists.head": "Subcommunities and Collections", "community.search.breadcrumbs": "Search", - + "community.search.results.head": "Search Results", "community.sub-collection-list.head": "Collections in this Community",