diff --git a/src/components/manage/Blocks/FiltersBlock/View.jsx b/src/components/manage/Blocks/FiltersBlock/View.jsx index a7ef9aa..822aae6 100644 --- a/src/components/manage/Blocks/FiltersBlock/View.jsx +++ b/src/components/manage/Blocks/FiltersBlock/View.jsx @@ -322,7 +322,7 @@ const View = ({ content, ...props }) => { type: 'select', position: 0, }, - placeholder: 'Select country code', + placeholder: 'Select country name', optionKey: 'siteCountry', optionValue: 'siteCountry', optionText: 'siteCountryName', @@ -480,7 +480,7 @@ const View = ({ content, ...props }) => { type: 'select', position: 0, }, - placeholder: 'Select region', + placeholder: 'Select NUTS 1', optionKey: 'NUTS_ID', optionValue: 'NUTS_ID', optionText: 'NUTS_NAME', @@ -498,7 +498,7 @@ const View = ({ content, ...props }) => { type: 'select', position: 0, }, - placeholder: 'Select province', + placeholder: 'Select NUTS 2', optionKey: 'NUTS_ID', optionValue: 'NUTS_ID', optionText: 'NUTS_NAME',