Updated confidence level labels to sponsor's suggestions.
This commit is contained in:
parent
22608cff37
commit
204f3d2a7a
|
@ -175,23 +175,23 @@ const timeTypes = [
|
|||
const confidenceLevels = [
|
||||
{
|
||||
value: '1',
|
||||
label: '1 - Not at all confident',
|
||||
label: '1 - Strongly disagree',
|
||||
},
|
||||
{
|
||||
value: '2',
|
||||
label: '2 - Slightly confident',
|
||||
label: '2 - Disagree',
|
||||
},
|
||||
{
|
||||
value: '3',
|
||||
label: '3 - Somewhat confident',
|
||||
label: '3 - Neutral',
|
||||
},
|
||||
{
|
||||
value: '4',
|
||||
label: '4 - Fairly confident',
|
||||
label: '4 - Agree',
|
||||
},
|
||||
{
|
||||
value: '5',
|
||||
label: '5 - Completely confident',
|
||||
label: '5 - Strongly agree',
|
||||
},
|
||||
];
|
||||
|
||||
|
@ -334,7 +334,7 @@ class ReportForm extends React.Component {
|
|||
className: classes.menu,
|
||||
},
|
||||
}}
|
||||
helperText="Please select confidence in sighting"
|
||||
helperText="I am confident of my marten sighting"
|
||||
>
|
||||
{confidenceLevels.map(option => (
|
||||
<MenuItem key={option.value} value={option.value}>
|
||||
|
@ -383,7 +383,6 @@ class ReportForm extends React.Component {
|
|||
className: classes.menu,
|
||||
},
|
||||
}}
|
||||
helperText="Please select month of sighting"
|
||||
>
|
||||
{monthTypes.map(option => (
|
||||
<MenuItem key={option.value} value={option.value}>
|
||||
|
|
Loading…
Reference in New Issue