Skip to content

Commit

Permalink
update placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaifrim committed Sep 23, 2020
1 parent 31da973 commit af8dd92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/manage/Blocks/FiltersBlock/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit af8dd92

Please sign in to comment.