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', };