From 0b35bafb9f682b884c2b1663b83171aa4117830b Mon Sep 17 00:00:00 2001 From: Roma Date: Wed, 8 Oct 2025 11:14:41 +0300 Subject: [PATCH] fix(search-filter-placeholder): Fixed placeholder key --- src/app/shared/constants/filter-placeholders.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/constants/filter-placeholders.ts b/src/app/shared/constants/filter-placeholders.ts index de0ec67e5..fa471328a 100644 --- a/src/app/shared/constants/filter-placeholders.ts +++ b/src/app/shared/constants/filter-placeholders.ts @@ -7,5 +7,5 @@ export const FILTER_PLACEHOLDERS: Record = { isPartOfCollection: 'common.search.filterPlaceholders.isPartOfCollection', dateCreated: 'common.search.filterPlaceholders.dateCreated', creator: 'common.search.filterPlaceholders.creator', - resourceType: 'common.search.filterPlaceholders.resourceType', + resourceNature: 'common.search.filterPlaceholders.resourceType', };